From d1c46db4cde1f68ab73d08562ec0d8a218084216 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Mon, 14 Oct 2024 09:15:22 +0100 Subject: [PATCH] Updates --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.sh b/push.sh index 268b13a..af6cc26 100644 --- a/push.sh +++ b/push.sh @@ -8,6 +8,6 @@ else msg="$1" fi -cp "$root_dir/package-shared/types/*" "$root_dir/types/*" +cp "$root_dir/package-shared/types/*" "$root_dir/types/" git add . && git commit -m "$msg" && git push