We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7a9a7c + 4969d0b commit 1e55e06Copy full SHA for 1e55e06
src/cloud_auth.ts
@@ -60,7 +60,7 @@ export class CloudAuth implements Authenticator {
60
try {
61
let cmd = config['cmd-path'];
62
if (args) {
63
- cmd = `${cmd} ${args}`;
+ cmd = `"${cmd}" ${args}`;
64
}
65
result = shelljs.exec(cmd, { silent: true });
66
if (result.code !== 0) {
0 commit comments