default to open state
This commit is contained in:
parent
de0a3de16f
commit
cf35796181
@ -60,7 +60,7 @@ sub check_nixpkg_branches {
|
|||||||
sub figure_status {
|
sub figure_status {
|
||||||
my $list = shift;
|
my $list = shift;
|
||||||
my $status = {
|
my $status = {
|
||||||
state => "complete",
|
state => "open",
|
||||||
info => {},
|
info => {},
|
||||||
};
|
};
|
||||||
my $release = "stable";
|
my $release = "stable";
|
||||||
|
Loading…
Reference in New Issue
Block a user