From 5efcaff31201d723d8876208d42a043745b20e4a Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Wed, 25 Jun 2025 09:13:29 -0400 Subject: [PATCH] fix: typo --- bin/joj3-forge-convert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/joj3-forge-convert b/bin/joj3-forge-convert index f84b06b..6f5e8dc 100755 --- a/bin/joj3-forge-convert +++ b/bin/joj3-forge-convert @@ -48,7 +48,7 @@ EOF git -C "$config_repo_path" pull --rebase rsync -a --delete "$config_repo_path/home/tt/.config/" "/home/tt/.config" - joj3-forge-convert "/home/tt/.config/joj" + joj3-forge "/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 if ! git -C "$config_repo_path" diff --staged --quiet; then