Skip to content

Commit

Permalink
Fix seed invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Apr 27, 2017
1 parent 4ef777f commit 8aed550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def sync():

@click.option('--include_interventions', '-i', default=False, help='Include (overwrite) intervention data')
@click.option('--keep_unmentioned', '-k', default=False, help='Keep orgs and interventions not mentioned in persistence file')
@app.cli.command()
@app.cli.command(name="seed")
def seed_command(include_interventions, keep_unmentioned):
seed(include_interventions, keep_unmentioned)

Expand Down

0 comments on commit 8aed550

Please sign in to comment.