summaryrefslogtreecommitdiff
path: root/sh/upd
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-06-24 18:44:07 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-06-24 18:44:07 -0700
commitd08f3dc5bf7d0718a4fa788f41b2abf295cd13e0 (patch)
tree47c95bae2db5529a2616a9c4fc0fb97501db163b /sh/upd
parent0c7523494099d682831e6adf40aa9697ca765f03 (diff)
update
Diffstat (limited to 'sh/upd')
-rwxr-xr-xsh/upd3
1 files changed, 1 insertions, 2 deletions
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