Merge pull request #4506 from rooftopcellist/fix_migrations

fix typo in migration name

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-08-16 18:24:41 +00:00
committed by GitHub

View File

@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('main', '0083_v360_job_branch_overrirde'),
('main', '0083_v360_job_branch_override'),
]
operations = [