Fix stupid spelling error
authorMagnus Hagander <magnus@hagander.net>
Sat, 22 Feb 2020 11:41:07 +0000 (12:41 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sat, 22 Feb 2020 11:41:07 +0000 (12:41 +0100)
Happens when one is rushed :/

code/pgeusite/cmutuel/migrations/0002_migrate_to_upstream.py

index 6560f30074e8f9321bfc24b69bf5f3b4cff572ab..50be2188aad6b475102a5fab528ba74cf4813d4a 100644 (file)
@@ -8,7 +8,7 @@ class Migration(migrations.Migration):
 
     dependencies = [
         ('cmutuel', '0001_initial'),
-        ('invoices', '0017_banksstatement'),
+        ('invoices', '0017_bankstatement'),
     ]
 
     operations = [