mirror of
https://github.com/docker/cli.git
synced 2026-01-06 05:41:44 +03:00
fix docker/docker/cli path in comment
Signed-off-by: Adrien Duermael <adrien@duermael.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user