Skip to content

Commit

Permalink
fixup! scalar: do initialize gvfs.sharedCache
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickstolee committed Aug 22, 2023
1 parent ebacde8 commit 6955efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalar.c
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,7 @@ int cmd_main(int argc, const char **argv)
if (is_unattended()) {
setenv("GIT_ASKPASS", "", 0);
setenv("GIT_TERMINAL_PROMPT", "false", 0);
git_config_push_parameter("credential.interactive=never");
git_config_push_parameter("credential.interactive=false");
}

while (argc > 1 && *argv[1] == '-') {
Expand Down

0 comments on commit 6955efd

Please sign in to comment.