Skip to content

Commit

Permalink
Merge pull request #1727 from r2d4/typo2
Browse files Browse the repository at this point in the history
\t isn't escaped in ``
  • Loading branch information
r2d4 committed Jul 24, 2017
2 parents 29a7d71 + ca4de62 commit 8eaf471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var mountCmd = &cobra.Command{
idx := strings.LastIndex(mountString, ":")
if idx == -1 { // no ":" was present
errText := `Mount directory must be in the form:
\tHOST_MOUNT_DIRECTORY:VM_MOUNT_DIRECTORY`
HOST_MOUNT_DIRECTORY:VM_MOUNT_DIRECTORY`
fmt.Fprintln(os.Stderr, errText)
os.Exit(1)
}
Expand Down

0 comments on commit 8eaf471

Please sign in to comment.