Skip to content

Commit

Permalink
Merge pull request #1365 from serverless/update-yaml-indentations
Browse files Browse the repository at this point in the history
Update YAML indentations
  • Loading branch information
pmuens committed Jun 22, 2016
2 parents fd8fa02 + c287f07 commit ab14f0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions lib/templates/serverless.env.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vars:
stages:
dev:
vars:
regions:
us-east-1:
vars:
dev:
vars:
regions:
us-east-1:
vars:
4 changes: 2 additions & 2 deletions lib/templates/serverless.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
service: myService
provider: aws
functions:
hello:
handler: handler.hello
hello:
handler: handler.hello

0 comments on commit ab14f0c

Please sign in to comment.