Commit ad97c139 by Timothée Peignier

fix typo

parent e326805e
...@@ -32,7 +32,7 @@ class Command(BaseCommand): ...@@ -32,7 +32,7 @@ class Command(BaseCommand):
verbose=int(options.get('verbosity', 1)) >= 2 verbose=int(options.get('verbosity', 1)) >= 2
) )
sync = options.get('dry_run', True), sync = options.get('dry_run', True)
bust_cache = options.get('bust_cache', True) bust_cache = options.get('bust_cache', True)
for package_name in packager.packages['css']: for package_name in packager.packages['css']:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment