Skip to content

Commit

Permalink
unify sign key default value, fixes #1114
Browse files Browse the repository at this point in the history
Signed-off-by: Soner Sayakci <s.sayakci@shopware.com>
  • Loading branch information
shyim committed Mar 30, 2024
1 parent dac40c7 commit 2aac675
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 2aac675

Please sign in to comment.