Skip to content

Commit

Permalink
unify sign key default value, fixes chainguard-dev#1114
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Mar 30, 2024
1 parent dac40c7 commit 43bd4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func Sign() *cobra.Command {
},
}

cmd.Flags().StringVarP(&o.Key, "signing-key", "k", "local-melange.rsa", "The signing key to use.")
cmd.Flags().StringVarP(&o.Key, "signing-key", "k", "melange.rsa", "The signing key to use.")

return cmd
}
Expand Down

0 comments on commit 43bd4df

Please sign in to comment.