Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhobbs committed Aug 11, 2020
1 parent 68c2989 commit 0c9a1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zappa/handler.py
Expand Up @@ -406,7 +406,7 @@ def handler(self, event, context):

# Couldn't figure out how to get the value into stdout with StringIO..
# Read the log for now. :[]
management.call_command(shlex.split(*event['manage']))
management.call_command(*shlex.split(event['manage']))
return {}

# This is an AWS-event triggered invocation.
Expand Down

0 comments on commit 0c9a1c6

Please sign in to comment.