We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4dc44 commit dca08a6Copy full SHA for dca08a6
scripts/android_live_update.sh
@@ -9,7 +9,7 @@ yarn build-web-view
9
echo npx @capawesome/cli apps:bundles:create \
10
--app-id 969bc540-8077-492f-8403-b554bee5de50 \
11
--channel default \
12
- --commitMessage $(git log -1 --pretty=format:"%s") \
+ --commitMessage "$(git log -1 --pretty=format:"%s")" \
13
--commitRef $commitRef \
14
--commitSha $commitSha \
15
--path web/out
0 commit comments