fix: typo
All checks were successful
push / build (push) Successful in 1m48s

This commit is contained in:
张泊明518370910136 2025-06-25 09:16:34 -04:00
parent 5efcaff312
commit 6bef79f3d3
GPG Key ID: CA088E6D9284F870

View File

@ -48,7 +48,7 @@ EOF
git -C "$config_repo_path" pull --rebase git -C "$config_repo_path" pull --rebase
rsync -a --delete "$config_repo_path/home/tt/.config/" "/home/tt/.config" rsync -a --delete "$config_repo_path/home/tt/.config/" "/home/tt/.config"
joj3-forge "/home/tt/.config/joj" joj3-forge convert "/home/tt/.config/joj"
rsync -a --delete "/home/tt/.config/joj/" "$config_repo_path/home/tt/.config/joj" rsync -a --delete "/home/tt/.config/joj/" "$config_repo_path/home/tt/.config/joj"
git -C "$config_repo_path" add home/tt/.config/joj git -C "$config_repo_path" add home/tt/.config/joj
if ! git -C "$config_repo_path" diff --staged --quiet; then if ! git -C "$config_repo_path" diff --staged --quiet; then