From 73585d79f22f31633e298687ff33c792a162f2d4 Mon Sep 17 00:00:00 2001 From: ibrahim0814 Date: Tue, 12 Nov 2019 14:01:29 -0800 Subject: [PATCH] rem args --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8584988..91514f7 100644 --- a/index.js +++ b/index.js @@ -28,7 +28,7 @@ try { console.log('statusCode:', response && response.statusCode); //console.log('body:', body); - const command = `bash ${body} -t ${token} -n ${name} -F ${flags} -f ${file}` + const command = `bash ${body}` //const command = `bash ${body} -t ${token} -n ${name} -F ${flags} -f ${file}` exec(command, (err, stdout, stderr) => { if (err) {