diff options
-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 1c840e8a..76ad5949 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 removed bridge configuration %v", args[0]) + fmt.Printf("Successfully removed bridge configuration %v\n", args[0]) return nil } |