Merge pull request #6 from aduermael/fix-path

fix docker/docker/cli path in comment
This commit is contained in:
Vincent Demeester 2017-04-25 09:33:17 +02:00 committed by GitHub
commit a01a35fb84
1 changed files with 1 additions and 1 deletions

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