Skip to content

Commit

Permalink
Fixing quickstart task
Browse files Browse the repository at this point in the history
  • Loading branch information
Iago Veloso committed Jan 8, 2017
1 parent a314af1 commit 43b02f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/radioco.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@task(
pre=[setup],
post=[call(manage, management_command='create_example_data')]
post=[call(manage, command='create_example_data')]
)
def quickstart(ctx):
print('RadioCo should be running')
Expand Down

0 comments on commit 43b02f6

Please sign in to comment.