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