Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 854872f

Browse files
authored
Merge pull request #219 from mnottale/cli-fix-typo
cli: Fix typo in push.
2 parents 1cc435d + 65b0add commit 854872f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/docker-app/push.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ func pushCmd() *cobra.Command {
2222
},
2323
}
2424
cmd.Flags().StringVar(&opts.namespace, "namespace", "", "namespace to use (default: namespace in metadata)")
25-
cmd.Flags().StringVarP(&opts.tag, "tag", "t", "", "tag to use (default: version in metadata")
25+
cmd.Flags().StringVarP(&opts.tag, "tag", "t", "", "tag to use (default: version in metadata)")
2626
return cmd
2727
}

0 commit comments

Comments
 (0)