diff options
author | Amine Hilaly <hilalyamine@gmail.com> | 2019-06-17 23:33:48 +0200 |
---|---|---|
committer | Amine Hilaly <hilalyamine@gmail.com> | 2019-06-17 23:33:48 +0200 |
commit | 07cc5e41008dc9f9b0d4fc084797e494e8a50d8c (patch) | |
tree | e30c747dea9ce23ce5ef138d0525d3801488dac8 /commands | |
parent | ee2ca519e62d80531030b4e323d6528293fd3238 (diff) | |
download | git-bug-07cc5e41008dc9f9b0d4fc084797e494e8a50d8c.tar.gz |
Rebase & Update commands/bridge_rm.go
Co-Authored-By: Michael Muré <batolettre@gmail.com>
Diffstat (limited to 'commands')
-rw-r--r-- | commands/bridge_rm.go | 2 |
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 } |