Skip to content

Commit

Permalink
Kill should use the spinner. (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
grayside authored and febbraro committed Feb 1, 2018
1 parent a289ec5 commit 21c9ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/kill.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (cmd *Kill) Run(c *cli.Context) error {
return err
}

cmd.out.Info("Killing machine '%s'", cmd.machine.Name)
cmd.out.Spin(fmt.Sprintf("Killing machine '%s'...", cmd.machine.Name))
util.StreamCommand("docker-machine", "kill", cmd.machine.Name)

// Ensure the underlying virtualization has stopped
Expand Down

0 comments on commit 21c9ef1

Please sign in to comment.