Remove stray comma from network credential in JobOptions

This commit is contained in:
Matthew Jones 2016-04-11 14:48:22 -04:00
parent b946a6d871
commit d6c2b931f9

View File

@ -92,7 +92,7 @@ class JobOptions(BaseModel):
null=True,
default=None,
on_delete=models.SET_NULL,
),
)
forks = models.PositiveIntegerField(
blank=True,
default=0,