Skip to content

Commit d5e80b5

Browse files
authored
Fix -f command line argument handling
sparkle-project#1763
1 parent eee82a9 commit d5e80b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_appcast/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ func parseCommandLineOptions() -> CommandLineArguments {
126126
}
127127

128128
// remove the already parsed arguments
129-
arguments.remove(at: privateDSAKeyOptionIndex)
130129
arguments.remove(at: privateDSAKeyOptionIndex + 1)
130+
arguments.remove(at: privateDSAKeyOptionIndex)
131131
}
132132

133133
// check if the private dsa sould be loaded using the keyname and the name of the keychain

0 commit comments

Comments
 (0)