diff --git a/scripts/android_live_update.sh b/scripts/android_live_update.sh index 318f9ba..f99e097 100755 --- a/scripts/android_live_update.sh +++ b/scripts/android_live_update.sh @@ -9,7 +9,7 @@ yarn build-web-view echo 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