Merge pull request #23674 from justincormack/accepted
Missing line feed after accepting node
This commit is contained in:
commit
83658c5b64
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue