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 0323d28 commit 135b8a2Copy full SHA for 135b8a2
1 file changed
src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
@@ -2685,7 +2685,8 @@ public File getSSHExecutable() {
2685
}
2686
2687
2688
- // Check for ssh.exe on the system PATH as last resort (supports Microsoft OpenSSH and other alternate implementations)
+ // Check for ssh.exe on the system PATH as last resort (supports Microsoft OpenSSH and other alternate
2689
+ // implementations)
2690
String sshPath = getPathToExe("ssh");
2691
if (sshPath != null) {
2692
sshexe = new File(sshPath);
0 commit comments