1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

fix a few golint errors

Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
Victor Vieux
2016-11-18 15:57:11 -08:00
parent 05ddb16e59
commit 40acabdfe9

View File

@@ -81,7 +81,7 @@ func noArgs(cmd *cobra.Command, args []string) error {
return nil
}
return fmt.Errorf(
"docker: '%s' is not a docker command.\nSee 'docker --help'.", args[0])
"docker: '%s' is not a docker command.\nSee 'docker --help'", args[0])
}
func main() {