From c8c570539fe52289d3b46382f15f4683bbd84722 Mon Sep 17 00:00:00 2001 From: Alexander Featherston Date: Fri, 5 Jan 2024 17:10:03 -0500 Subject: [PATCH] Testing #2 Changes to be committed: modified: .utils/subtree-subdir-helper.sh --- .utils/subtree-subdir-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.utils/subtree-subdir-helper.sh b/.utils/subtree-subdir-helper.sh index 32995fae5..9803311f8 100644 --- a/.utils/subtree-subdir-helper.sh +++ b/.utils/subtree-subdir-helper.sh @@ -41,4 +41,4 @@ fi rm "$tmpfile" git checkout "${prev}" -git subtree "${action}" -P "${path}" "${split}" -m \""${action^} ${path} from ${repo}"\" +git subtree "${action}" -P "${path}" "${split}" -m "${action^}" "${path}" from "${repo}"