mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Merge pull request #191 from Nopik/stage-create-bugfix
Fixed `jaws stage create`
This commit is contained in:
commit
b32b7aa89e
4
bin/jaws
4
bin/jaws
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user