fixup! contrib: add credential helper for OS X Keychain

This commit is contained in:
Lessley Dennington 2022-06-24 10:25:40 -07:00
Родитель 7d66fe3b02
Коммит 5f3c042b25
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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();