Skip to content

Commit

Permalink
update-context is confusing with profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
RA489 committed Apr 12, 2019
1 parent 4c2f027 commit 84432d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/minikube/cmd/update-context.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ var updateContextCmd = &cobra.Command{
exit.WithError("update config", err)
}
if updated {
console.OutStyle("celebrate", "IP has been updated to point at %s", ip)
console.OutStyle("celebrate", "%s IP has been updated to point at %s", machineName, ip)
} else {
console.OutStyle("meh", "IP was already correctly configured for %s", ip)
console.OutStyle("meh", "%s IP was already correctly configured for %s", machineName, ip)
}

},
Expand Down

0 comments on commit 84432d7

Please sign in to comment.