Updating dist.js
parent
107e8f2ae6
commit
f844d1717d
2
dist.js
2
dist.js
|
@ -20,7 +20,7 @@ var synchRepoAction = (function cloneOrPull(){
|
||||||
if (cloned) {
|
if (cloned) {
|
||||||
action = 'git checkout ' + branch + '&& cd ' + local + ' && git checkout ' + branch + ' && git pull';
|
action = 'git checkout ' + branch + '&& cd ' + local + ' && git checkout ' + branch + ' && git pull';
|
||||||
} else {
|
} else {
|
||||||
action = 'git checkout ' + branch + 'git clone -b ' + branch + ' ' + repo + ' ' + local;
|
action = 'git checkout ' + branch + '&& git clone -b ' + branch + ' ' + repo + ' ' + local;
|
||||||
}
|
}
|
||||||
|
|
||||||
return action;
|
return action;
|
||||||
|
|
Loading…
Reference in New Issue