fix docker/docker/cli path in comment

Signed-off-by: Adrien Duermael <adrien@duermael.com>
Upstream-commit: 763802b6a3
Component: cli
This commit is contained in:
Adrien Duermael
2017-04-24 11:31:08 -07:00
parent 4d8e68b211
commit a99e2613c0
+1 -1
View File
@@ -28,7 +28,7 @@ func SetupRootCommand(rootCmd *cobra.Command) {
}
// FlagErrorFunc prints an error message which matches the format of the
// docker/docker/cli error messages
// docker/cli/cli error messages
func FlagErrorFunc(cmd *cobra.Command, err error) error {
if err == nil {
return nil