1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 06:51:10 +03:00

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
commit ab45938d41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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