Skip to content

Commit 59bae4c

Browse files
committed
correct miss typing
1 parent dec3bd3 commit 59bae4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,14 +742,14 @@ const processCLI = function (cmdRun, session) {
742742
envFile: argv['dotenv'],
743743
functionName: cmdArg,
744744
withFunctionLayer: argv.layer
745-
}) : destroyStack)({
745+
}) : destroyStack({
746746
regionName: argv.region,
747747
configFile: argv.config,
748748
envName: argv.env,
749749
envFile: argv['dotenv'],
750750
configStackFolder: argv.location,
751751
configStackName: cmdArg
752-
})
752+
}))
753753
} else {
754754
return printListingDialog({
755755
regionName: argv.region,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplify-cli",
3-
"version": "0.1.30",
3+
"version": "0.1.31",
44
"description": "Simplify CLI - Easy Deployment",
55
"main": "cli.js",
66
"bin": {

0 commit comments

Comments
 (0)