Skip to content

Commit

Permalink
Fix typo in sharectl ingest
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Apr 30, 2018
1 parent bc97d4e commit 041d798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/bin/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def ingest(args, argv):
"""
suid_ids = args['<suid_ids>']
source_configs = args['<source_configs>']
superfluous = args.get('<superfluous>')
superfluous = args.get('--superfluous')
run_now = args['--now']

qs = SourceUniqueIdentifier.objects.all()
Expand Down

0 comments on commit 041d798

Please sign in to comment.