From d08f3dc5bf7d0718a4fa788f41b2abf295cd13e0 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Mon, 24 Jun 2024 18:44:07 -0700 Subject: update --- sh/upd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sh') diff --git a/sh/upd b/sh/upd index e247dd3..74ef5d2 100755 --- a/sh/upd +++ b/sh/upd @@ -29,8 +29,7 @@ backup () { git pull # Push ca, ia, and other new vps branches (which means any branches other than master/studio/pp) to codeberg or any future alternative website for mirroring. Needed for public codes/data, considering my death may result in all copies on my computers being lost. case "$branch" in - # here, : seems no need - master|studio|pp) :;; + master|studio|pp) ;; *) git push;; esac done -- cgit v1.2.3-70-g09d2