default to open state

This commit is contained in:
Aaron Bieber 2023-05-23 11:24:58 -06:00
parent de0a3de16f
commit cf35796181
No known key found for this signature in database

View File

@ -60,7 +60,7 @@ sub check_nixpkg_branches {
sub figure_status {
my $list = shift;
my $status = {
state => "complete",
state => "open",
info => {},
};
my $release = "stable";