We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7dd64 commit c012ba8Copy full SHA for c012ba8
buildSrc/src/main/java/com/google/firebase/gradle/bomgenerator/tagging/GitClient.java
@@ -99,7 +99,7 @@ private void configureSshCommand() {
99
+ " -o IdentitiesOnly=yes"
100
+ " -o UserKnownHostsFile=/dev/null"
101
+ " -o StrictHostKeyChecking=no";
102
- String command = String.format("git config core.sshCommand %s", ssh);
+ String command = String.format("git config core.sshCommand \"%s\"", ssh);
103
executor.execute(command, handler);
104
}
105
0 commit comments