Fixed the typo in the code
Signed-off-by: Nikhil Chawla <chawlanikhil24@gmail.com> Upstream-commit: 73309aa009702dbcb5ac0c32499c984797ba9f4b Component: engine
This commit is contained in:
@@ -30,7 +30,7 @@ func SetupRootCommand(rootCmd *cobra.Command) {
|
||||
// docker/docker/cli error messages
|
||||
func FlagErrorFunc(cmd *cobra.Command, err error) error {
|
||||
if err == nil {
|
||||
return err
|
||||
return nil
|
||||
}
|
||||
|
||||
usage := ""
|
||||
|
||||
Reference in New Issue
Block a user