fix obs virtualcam

This commit is contained in:
Tao Tien 2026-03-04 17:59:47 -08:00
parent a7bad5d5fe
commit ed1ae5cadc
2 changed files with 14 additions and 8 deletions

View file

@ -73,7 +73,7 @@ def bump [...rest] {
if ($build_status and ($curr_gen == $new_gen)) {
jj desc -r $r -m $"bump (date now | format date "%Y-%m-%d")"
jj bookmark set main -r $r
jj git push
jj git push --allow-empty-description
} else {
jj desc -r $r -m "bump (failed)"
}