Skip to content

Commit

Permalink
Remove test funcion
Browse files Browse the repository at this point in the history
  • Loading branch information
clementblaise committed Jan 14, 2021
1 parent 94f3a89 commit 63ad19e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package main

import (
"github.com/ca-gip/dploy/cmd"
"github.com/ca-gip/dploy/internal/execution"
)

func main() {
Expand All @@ -26,7 +25,6 @@ func main() {
// AskVaultPass: false,
//}
//tpl.GenerateCmd()
execution.Test()

cmd.Execute()
}

0 comments on commit 63ad19e

Please sign in to comment.