From 385a82d19fdd35686de46cdfa187ae959a1edaaa Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 22 Jun 2025 12:15:41 +1200 Subject: [PATCH] 'Generic Commit' --- whatsdirty/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whatsdirty/publish.sh b/whatsdirty/publish.sh index e02c396..fcc1569 100755 --- a/whatsdirty/publish.sh +++ b/whatsdirty/publish.sh @@ -24,7 +24,7 @@ GETPKG="${SCRIPT_DIR}/../getpkg/output/getpkg" # publish the tool\ TOOLDIR="${SCRIPT_DIR}/tool" mkdir -p "${TOOLDIR}" -cp "${SCRIPT_DIR}/whatsdirty.sh" "${TOOLDIR}/whatsdirty" +cp "${SCRIPT_DIR}/whatsdirty" "${TOOLDIR}/whatsdirty" # publish universal tool. "${GETPKG}" publish "whatsdirty" "${TOOLDIR}"