Skip to content

Commit

Permalink
Fix copy paste goof
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Jan 31, 2025
1 parent 7301179 commit fca0cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/main/migrations/0201_indirect_managed_node_audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Migration(migrations.Migration):
]

operations = [
migrations.AlterField(
migrations.AddField(
model_name='job',
name='event_queries_processed',
field=models.BooleanField(default=True, help_text='Events of this job have been queried for indirect host information, or do not need processing.'),
Expand Down

0 comments on commit fca0cd6

Please sign in to comment.