Missing line feed after accepting node
@@ -33,7 +33,7 @@ func runAccept(dockerCli *client.DockerCli, flags *pflag.FlagSet, args []string)
}); err != nil {
return err
}
- fmt.Fprintf(dockerCli.Out(), "Node %s accepted in the swarm.", id)
+ fmt.Fprintf(dockerCli.Out(), "Node %s accepted in the swarm.\n", id)
return nil