summaryrefslogtreecommitdiff
path: root/sh/upd
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-01-08 20:11:42 -0800
committerXiao Pan <xyz@flylightning.xyz>2025-01-08 20:11:42 -0800
commit80d5c54225e115ec0f260c253f14db25fbc7d117 (patch)
tree0e73d056351bd73cb657431a8309b9a78d0062b8 /sh/upd
parentf6f73d541c9581a67ae156040cee4f6abd67610b (diff)
fix typos with `typos`
Diffstat (limited to 'sh/upd')
-rwxr-xr-xsh/upd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/upd b/sh/upd
index 6485750..5ffdbce 100755
--- a/sh/upd
+++ b/sh/upd
@@ -34,7 +34,7 @@ backup () {
if [ "$hostname" = xyzinsp ]; then
# Pull repos and branches from studio, so one more backup on insp or duplicity will backup to ia,for one more backup for 321 backup rule
# cfgl master and pp branches already satisfy 321 rule. Here are three copies: 1. master/pp, 2. studio, 3. gitlab or alternative
- # But I still copy those on insp because one more copy will not hurt. And all my other data stil satisfy 3 copies without backup to gitlab, so why left out cfgl? Also it may be nice if I what to use that local dir for searching things.
+ # But I still copy those on insp because one more copy will not hurt. And all my other data still satisfy 3 copies without backup to gitlab, so why left out cfgl? Also it may be nice if I what to use that local dir for searching things.
cd "$HOME/programs/config_local_arch" || exit
git branch | awk '{print ($1=="*")?$2:$1}' | while read -r branch; do
git checkout "$branch"