mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Linting fixes
This commit is contained in:
parent
75e610c0bf
commit
20e052001a
@ -26,7 +26,7 @@ module.exports = {
|
||||
OnFailure: 'ROLLBACK',
|
||||
Capabilities: [
|
||||
'CAPABILITY_IAM',
|
||||
'CAPABILITY_NAMED_IAM'
|
||||
'CAPABILITY_NAMED_IAM',
|
||||
],
|
||||
Parameters: [],
|
||||
TemplateURL: templateUrl,
|
||||
|
||||
@ -47,7 +47,7 @@ describe('updateStack', () => {
|
||||
OnFailure: 'ROLLBACK',
|
||||
Capabilities: [
|
||||
'CAPABILITY_IAM',
|
||||
'CAPABILITY_NAMED_IAM'
|
||||
'CAPABILITY_NAMED_IAM',
|
||||
],
|
||||
Parameters: [],
|
||||
TemplateURL: `https://s3.amazonaws.com/${awsDeploy.bucketName}/${awsDeploy.serverless
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user