From f76c39bd1cc0850434c4ca639a4b256a62e0a68a Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 15 Dec 2025 00:05:41 +0200 Subject: [PATCH] Fix --- scripts/android_live_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/android_live_update.sh b/scripts/android_live_update.sh index 90608cc..318f9ba 100755 --- a/scripts/android_live_update.sh +++ b/scripts/android_live_update.sh @@ -17,7 +17,7 @@ echo npx @capawesome/cli apps:bundles:create \ npx @capawesome/cli apps:bundles:create \ --app-id 969bc540-8077-492f-8403-b554bee5de50 \ --channel default \ - --commitMessage $(git log -1 --pretty=format:"%s") \ + --commitMessage "$(git log -1 --pretty=format:"%s")" \ --commitRef $commitRef \ --commitSha $commitSha \ --path web/out