Skip to content

Commit

Permalink
unused variable and import (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Apr 5, 2019
1 parent 8af9433 commit 21f1ac3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cli/cmd/create.go
Expand Up @@ -8,15 +8,9 @@ import (

log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"github.com/vulpemventures/nigiri/cli/builder"
"github.com/vulpemventures/nigiri/cli/config"
"github.com/vulpemventures/nigiri/cli/helpers"
)

var composeBuilder = map[string]func(path string) builder.ComposeBuilder{
"regtest": helpers.NewRegtestBuilder,
}

var CreateCmd = &cobra.Command{
Use: "create",
Short: "Build and run the entire Docker environment",
Expand Down

0 comments on commit 21f1ac3

Please sign in to comment.