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.
1 parent 4a5b84d commit 4969d0bCopy full SHA for 4969d0b
src/cloud_auth.ts
@@ -61,7 +61,7 @@ export class CloudAuth implements Authenticator {
61
try {
62
let cmd = config['cmd-path'];
63
if (args) {
64
- cmd = `${cmd} ${args}`;
+ cmd = `"${cmd}" ${args}`;
65
}
66
result = shelljs.exec(cmd, { silent: true });
67
if (result.code !== 0) {
0 commit comments