fix bash
This commit is contained in:
parent
1bcb1f8fee
commit
1408cb3b3d
@ -12,7 +12,7 @@ export let bash = (commandArg:string,retryArg = 2,bareArg = false) => {
|
||||
"bash -c \"source /usr/local/nvm/nvm.sh &&" +
|
||||
commandArg +
|
||||
"\""
|
||||
).code;
|
||||
);
|
||||
} else {
|
||||
execResult = plugins.shelljs.exec(bareArg);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user