Merge pull request 191 from suman-ganta for IDEA-123890

This commit is contained in:
Kirill Likhodedov
2014-06-10 12:03:18 +03:00
@@ -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;
}