aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/myshell/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/myshell/main.go b/cmd/myshell/main.go
index b86b8ae..7847553 100644
--- a/cmd/myshell/main.go
+++ b/cmd/myshell/main.go
@@ -73,6 +73,6 @@ func Type(command string) {
return
}
}
- fmt.Printf("%s: command not found\n", command)
+ fmt.Printf("%s not found\n", command)
}
}