aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge/bridge_new.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bridge/bridge_new.go')
-rw-r--r--commands/bridge/bridge_new.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/bridge/bridge_new.go b/commands/bridge/bridge_new.go
index 2c51d9ef..07a555da 100644
--- a/commands/bridge/bridge_new.go
+++ b/commands/bridge/bridge_new.go
@@ -26,8 +26,7 @@ type bridgeNewOptions struct {
nonInteractive bool
}
-func newBridgeNewCommand() *cobra.Command {
- env := execenv.NewEnv()
+func newBridgeNewCommand(env *execenv.Env) *cobra.Command {
options := bridgeNewOptions{}
cmd := &cobra.Command{