Commit fb7da8a5 authored by tywldx's avatar tywldx

fix

parent da869e0f
......@@ -21,7 +21,7 @@ pClass.prototype = {
init: function(isActive, projectType, port, projectName, ssh_git, gitPath, logName, configFile, command, nodeVersion, userIndex, desc, auth, command2) {
this.name = projectName;
this.type = projectType;
if (ssh_git){
if (!ssh_git){
this.git_path = "http://" + users[userIndex].name + ":" + users[userIndex].pwd + "@gitabc.xyqb.com/" + gitPath + "/" + projectName + ".git"
}else{
this.git_path = gitPath
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment