mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Remove stray comma from network credential in JobOptions
This commit is contained in:
parent
b946a6d871
commit
d6c2b931f9
@ -92,7 +92,7 @@ class JobOptions(BaseModel):
|
||||
null=True,
|
||||
default=None,
|
||||
on_delete=models.SET_NULL,
|
||||
),
|
||||
)
|
||||
forks = models.PositiveIntegerField(
|
||||
blank=True,
|
||||
default=0,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user