From: Jan Szejko Date: Thu, 21 Dec 2017 16:50:50 +0000 (+0100) Subject: minor fix X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/97487ee6a55f54bd483c20557fb554fea4f28844 minor fix --- diff --git a/apps/catalogue/management/commands/add_curriculum.py b/apps/catalogue/management/commands/add_curriculum.py index 1274a894..8c5b6d57 100644 --- a/apps/catalogue/management/commands/add_curriculum.py +++ b/apps/catalogue/management/commands/add_curriculum.py @@ -29,7 +29,7 @@ class Command(BaseCommand): '-u', '--username', dest='username', metavar='USER', help='Assign commits to this user (required, preferably yourself).'), ) - args = 'csv_file' + args = 'json_file' def handle(self, json_file, **options): username = options.get('username')