Merge pull request #4439 from rtfd/humitos/import/typo

Typo
humitos/clean/fabric-function
Manuel Kaufmann 2018-07-30 10:13:21 -03:00 committed by GitHub
commit b04b11298f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class Command(BaseCommand):
force = options['force']
version = options['version']
if options.get('slug', []):
if options.get('slugs', []):
for slug in options['slugs']:
if version and version != 'all':
log.info('Updating version %s for %s', version, slug)