Skip to content

Commit

Permalink
Scope change to public of getSSHExecutable method
Browse files Browse the repository at this point in the history
  • Loading branch information
arpoch committed Jul 23, 2021
1 parent 1855074 commit 50535ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2480,7 +2480,7 @@ private File getSSHExeFromGitExeParentDir(String userGitExe) {
return new File(parentPath + "\\ssh.exe");
}

/* package */ File getSSHExecutable() {
public File getSSHExecutable() {
// First check the GIT_SSH environment variable
File sshexe = getFileFromEnv("GIT_SSH", "");
if (sshexe != null && sshexe.exists()) {
Expand Down

0 comments on commit 50535ef

Please sign in to comment.