diff --git a/commands/bridge_rm.go b/commands/bridge_rm.go index 1c840e8a94c078c0532504e2f52369fdff147c95..76ad59498e6e901fad023a38cec13520c2af7d99 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 }