Update src/yunohost/data_migrations/0010_migrate_to_apps_json.py

Co-Authored-By: decentral1se <lukewm@riseup.net>
This commit is contained in:
Alexandre Aubin 2019-08-24 12:52:09 +02:00 committed by GitHub
parent 005ccea610
commit b22ad09e63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ class MyMigration(Migration):
def migrate(self):
logger.info("This is migration is oudated and doesn't do anything anymore. The migration 12 will handle this instead.")
logger.info("This migration is oudated and doesn't do anything anymore. The migration 12 will handle this instead.")
pass
def backward(self):