forked from lix-project/hydra
* I love untyped databases...
This commit is contained in:
parent
61e3eb587a
commit
a4e3e48767
|
@ -300,7 +300,7 @@ sub updateReleaseSet {
|
||||||
{ job => $name
|
{ job => $name
|
||||||
, description => $description
|
, description => $description
|
||||||
, attrs => $attrs
|
, attrs => $attrs
|
||||||
, isprimary => $c->request->params->{"primary"} eq $baseName
|
, isprimary => $c->request->params->{"primary"} eq $baseName ? 1 : 0
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue