Skip to content

Commit

Permalink
fix: spacing typo in Log statement in start-lambda (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
JCoelhoo authored and jfuss committed Jul 17, 2018
1 parent bc59a39 commit 73dd4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samcli/commands/local/lib/local_lambda_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ def start(self):
service.create()

LOG.info("Starting the Local Lambda Service. You can now invoke your Lambda Functions defined in your template"
"through the endpoint.")
" through the endpoint.")

service.run()

0 comments on commit 73dd4a9

Please sign in to comment.