File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments