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 9ccb8d0 commit f76c39bCopy full SHA for f76c39b
scripts/android_live_update.sh
@@ -17,7 +17,7 @@ echo npx @capawesome/cli apps:bundles:create \
17
npx @capawesome/cli apps:bundles:create \
18
--app-id 969bc540-8077-492f-8403-b554bee5de50 \
19
--channel default \
20
- --commitMessage $(git log -1 --pretty=format:"%s") \
+ --commitMessage "$(git log -1 --pretty=format:"%s")" \
21
--commitRef $commitRef \
22
--commitSha $commitSha \
23
--path web/out
0 commit comments