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:
commit
ab45938d41
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user