Skip to content

Commit

Permalink
Update cmd/crane/cmd/mutate.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Johnson <jonjohnsonjr@gmail.com>
  • Loading branch information
josephglanville and jonjohnsonjr committed May 1, 2023
1 parent 45f019e commit d47117c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crane/cmd/mutate.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func NewCmdMutate(options *[]crane.Option) *cobra.Command {
mutateCmd.Flags().StringSliceVar(&newLayers, "append", []string{}, "Path to tarball to append to image")
mutateCmd.Flags().StringVarP(&user, "user", "u", "", "New user to set")
mutateCmd.Flags().StringVarP(&workdir, "workdir", "w", "", "New working dir to set")
mutateCmd.Flags().StringSliceVar(&ports, "ports", nil, "New ports to set")
mutateCmd.Flags().StringSliceVar(&ports, "exposed-ports", nil, "New ports to expose")
return mutateCmd
}

Expand Down

0 comments on commit d47117c

Please sign in to comment.