Skip to content

Commit

Permalink
Merge pull request #4049 from RA489/updatecontextfix
Browse files Browse the repository at this point in the history
update-context is confusing with profiles
  • Loading branch information
tstromberg committed Apr 25, 2019
2 parents b2f0cd8 + 84432d7 commit 167ab2e
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 167ab2e

Please sign in to comment.