We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a911ca + ac360f2 commit 40f4f51Copy full SHA for 40f4f51
1 file changed
cli/selfsign/selfsign.go
@@ -87,6 +87,9 @@ func selfSignMain(args []string, c cli.Config) (err error) {
87
if c.Profile != "" && c.CFG.Signing.Profiles != nil {
88
profile = c.CFG.Signing.Profiles[c.Profile]
89
}
90
+ if profile == nil {
91
+ profile = c.CFG.Signing.Default
92
+ }
93
94
95
if profile == nil {
0 commit comments