Skip to content

Commit b32b7aa

Browse files
committed
Merge pull request serverless#191 from Nopik/stage-create-bugfix
Fixed `jaws stage create`
2 parents 9c40eff + 0626770 commit b32b7aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/jaws

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ program
8181
var theCmd = require('../lib/commands/new_stage_region');
8282
execute(theCmd.run(
8383
JAWS,
84-
cmd,
84+
'region',
8585
options.stage,
8686
options.region,
8787
options.dontExeCf
@@ -114,7 +114,7 @@ program
114114
var theCmd = require('../lib/commands/new_stage_region');
115115
execute(theCmd.run(
116116
JAWS,
117-
cmd,
117+
'stage',
118118
options.stage,
119119
options.region,
120120
options.dontExeCf

0 commit comments

Comments
 (0)