diff --git a/bin/lift_embargos b/bin/lift_embargos index 852272220..b9edde81a 100755 --- a/bin/lift_embargos +++ b/bin/lift_embargos @@ -144,8 +144,7 @@ $list->map( sub { { $doc->set_value( "security", "public" ); $doc->set_value( "date_embargo", undef ); - $doc->commit; - $eprint->commit; + $doc->commit( 1 ); # pass force through to parent eprint $eprint->generate_static; } } );