summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 56ce49bc..8ab1ef19 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -737,7 +737,7 @@ void MainWindow::executePassGitInit() {
if (usePass)
executePass("git init");
else
- executeWrapper("git", "init \"" + passStore + '"');
+ executeWrapper(gitExecutable, "init \"" + passStore + '"');
}
/**