We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee82a9 commit d5e80b5Copy full SHA for d5e80b5
generate_appcast/main.swift
@@ -126,8 +126,8 @@ func parseCommandLineOptions() -> CommandLineArguments {
126
}
127
128
// remove the already parsed arguments
129
- arguments.remove(at: privateDSAKeyOptionIndex)
130
arguments.remove(at: privateDSAKeyOptionIndex + 1)
+ arguments.remove(at: privateDSAKeyOptionIndex)
131
132
133
// check if the private dsa sould be loaded using the keyname and the name of the keychain
0 commit comments