aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge/bridge_rm.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bridge/bridge_rm.go')
-rw-r--r--commands/bridge/bridge_rm.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/commands/bridge/bridge_rm.go b/commands/bridge/bridge_rm.go
index 5d8d23c5..f6279ade 100644
--- a/commands/bridge/bridge_rm.go
+++ b/commands/bridge/bridge_rm.go
@@ -8,9 +8,7 @@ import (
"github.com/MichaelMure/git-bug/commands/execenv"
)
-func newBridgeRm() *cobra.Command {
- env := execenv.NewEnv()
-
+func newBridgeRm(env *execenv.Env) *cobra.Command {
cmd := &cobra.Command{
Use: "rm NAME",
Short: "Delete a configured bridge",