Merge pull request #191 from Nopik/stage-create-bugfix

Fixed `jaws stage create`
This commit is contained in:
Austen 2015-10-02 06:09:52 -07:00
commit b32b7aa89e

View File

@ -81,7 +81,7 @@ program
var theCmd = require('../lib/commands/new_stage_region');
execute(theCmd.run(
JAWS,
cmd,
'region',
options.stage,
options.region,
options.dontExeCf
@ -114,7 +114,7 @@ program
var theCmd = require('../lib/commands/new_stage_region');
execute(theCmd.run(
JAWS,
cmd,
'stage',
options.stage,
options.region,
options.dontExeCf