mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 15:14:45 -03:30
Remove stray comma from network credential in JobOptions
This commit is contained in:
@@ -92,7 +92,7 @@ class JobOptions(BaseModel):
|
||||
null=True,
|
||||
default=None,
|
||||
on_delete=models.SET_NULL,
|
||||
),
|
||||
)
|
||||
forks = models.PositiveIntegerField(
|
||||
blank=True,
|
||||
default=0,
|
||||
|
||||
Reference in New Issue
Block a user