Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ph committed Jan 16, 2019
1 parent 7f2e9e8 commit 49ab398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/functionbeat/provider/aws/cli_manager.go
Expand Up @@ -155,7 +155,7 @@ func (c *CLIManager) template(function installer, name, codeLoc string) *cloudfo
Handler: handlerName,
MemorySize: lambdaConfig.MemorySize.Megabytes(),
ReservedConcurrentExecutions: lambdaConfig.Concurrency,
Timeout: int(lambdaConfig.Timeout.Seconds()),
Timeout: int(lambdaConfig.Timeout.Seconds()),
},
DependsOn: []string{prefix("") + "IAMRoleLambdaExecution"},
}
Expand Down

0 comments on commit 49ab398

Please sign in to comment.