From 2f20af29cd43775a803b65334119f992085dd362 Mon Sep 17 00:00:00 2001 From: FrederikBaerentsen Date: Sun, 31 Jul 2022 12:47:14 +0200 Subject: [PATCH] fixed git command --- Update Missing/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update Missing/update.sh b/Update Missing/update.sh index 52d5e15..b83c2af 100644 --- a/Update Missing/update.sh +++ b/Update Missing/update.sh @@ -29,7 +29,7 @@ mv "$prj_root/$fromdate""_latest.mcl" "$prj_root/archive/""$fromdate"".mcl" || e log2file "git add" -git add "*_latest.mcl" "Deleted_Comics.txt" "archive/" "log/" >> "log/$d.log" || error_exit "cannot git add" +git add "*_latest.mcl" "Deleted_Comics.txt" "archive/*" "log/*" >> "log/$d.log" || error_exit "cannot git add" #log2file "git rm" #git rm "$fromdate""_latest.mcl" >> "log/$d.log" || error_exit "cannot git rm"