Skip to content

Commit

Permalink
fixup! contrib: add credential helper for OS X Keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
ldennington committed Jun 28, 2022
1 parent 0707587 commit 3ec106e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ int main(int argc, const char **argv)
"usage: git credential-osxkeychain <get|store|erase>";

if (!argv[1])
die(usage);
die("%s", usage);

read_credential();

Expand Down

0 comments on commit 3ec106e

Please sign in to comment.