Skip to content

Commit 0b8101c

Browse files
apply mvn spotless:apply
1 parent 9ae13ae commit 0b8101c

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
@@ -2700,7 +2700,8 @@ public File getSSHExecutable() {
27002700
}
27012701
}
27022702

2703-
// Check for ssh.exe on the system PATH as last resort (supports Microsoft OpenSSH and other alternate implementations)
2703+
// Check for ssh.exe on the system PATH as last resort (supports Microsoft OpenSSH and other alternate
2704+
// implementations)
27042705
String sshPath = getPathToExe("ssh");
27052706
if (sshPath != null) {
27062707
sshexe = new File(sshPath);

0 commit comments

Comments
 (0)