aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge_rm.go
diff options
context:
space:
mode:
authorAmine Hilaly <hilalyamine@gmail.com>2019-06-17 23:33:48 +0200
committerAmine Hilaly <hilalyamine@gmail.com>2019-06-17 23:33:48 +0200
commit07cc5e41008dc9f9b0d4fc084797e494e8a50d8c (patch)
treee30c747dea9ce23ce5ef138d0525d3801488dac8 /commands/bridge_rm.go
parentee2ca519e62d80531030b4e323d6528293fd3238 (diff)
downloadgit-bug-07cc5e41008dc9f9b0d4fc084797e494e8a50d8c.tar.gz
Rebase & Update commands/bridge_rm.go
Co-Authored-By: Michael Muré <batolettre@gmail.com>
Diffstat (limited to 'commands/bridge_rm.go')
-rw-r--r--commands/bridge_rm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/bridge_rm.go b/commands/bridge_rm.go
index f3094bf4..1c840e8a 100644
--- a/commands/bridge_rm.go
+++ b/commands/bridge_rm.go
@@ -23,7 +23,7 @@ func runBridgeRm(cmd *cobra.Command, args []string) error {
return err
}
- fmt.Printf("Successfully deleted bridge %v", args[0])
+ fmt.Printf("Successfully removed bridge configuration %v", args[0])
return nil
}