Skip to content

Commit 135b8a2

Browse files
apply mvn spotless:apply
1 parent 0323d28 commit 135b8a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2685,7 +2685,8 @@ public File getSSHExecutable() {
26852685
}
26862686
}
26872687

2688-
// Check for ssh.exe on the system PATH as last resort (supports Microsoft OpenSSH and other alternate implementations)
2688+
// Check for ssh.exe on the system PATH as last resort (supports Microsoft OpenSSH and other alternate
2689+
// implementations)
26892690
String sshPath = getPathToExe("ssh");
26902691
if (sshPath != null) {
26912692
sshexe = new File(sshPath);

0 commit comments

Comments
 (0)