Skip to content

Commit

Permalink
Update ckan/cli/db.py
Browse files Browse the repository at this point in the history
Co-Authored-By: David Read <david.read@hackneyworkshop.com>
  • Loading branch information
smotornyuk and David Read committed May 10, 2019
1 parent 2751c54 commit 18101be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/cli/db.py
Expand Up @@ -60,7 +60,7 @@ def updatedb(version):
@db.command(u'downgrade', short_help=u'Downgrade the database')
@click.option(u'-v', u'--version', help=u'Migration version', default=u'base')
def downgradedb(version):
u'''Upgrading the database'''
u'''Downgrading the database'''
try:
import ckan.model as model
model.repo.downgrade_db(version)
Expand Down

0 comments on commit 18101be

Please sign in to comment.