Skip to content

Commit

Permalink
[qa] Updated qa.py openwisp#20
Browse files Browse the repository at this point in the history
  • Loading branch information
ppabcd committed Nov 27, 2018
1 parent b87ed20 commit ef08ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwisp_utils/qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def check_migration_name():
"""
args = _parse_args()
if not args.migration_path:
raise Exception("CLI arguement `migration-path` is required "
raise Exception("CLI argument `migration-path` is required "
"but not found")
if args.migrations_to_ignore is None:
args.migrations_to_ignore = 0
Expand Down

0 comments on commit ef08ea2

Please sign in to comment.