Fixed the typo in the code

Signed-off-by: Nikhil Chawla <chawlanikhil24@gmail.com>
Upstream-commit: 73309aa009702dbcb5ac0c32499c984797ba9f4b
Component: engine
This commit is contained in:
Nikhil Chawla
2017-03-06 17:31:04 +05:30
parent a0487c75eb
commit 8e858ae994
+1 -1
View File
@@ -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 := ""