mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge pull request 191 from suman-ganta for IDEA-123890
This commit is contained in:
@@ -486,7 +486,7 @@ public class SSHMain implements GitExternalApp {
|
||||
}
|
||||
String host = args[i++];
|
||||
String user;
|
||||
int atIndex = host.indexOf('@');
|
||||
int atIndex = host.lastIndexOf('@');
|
||||
if (atIndex == -1) {
|
||||
user = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user