Skip to content

Commit f76c39b

Browse files
committed
Fix
1 parent 9ccb8d0 commit f76c39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/android_live_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo npx @capawesome/cli apps:bundles:create \
1717
npx @capawesome/cli apps:bundles:create \
1818
--app-id 969bc540-8077-492f-8403-b554bee5de50 \
1919
--channel default \
20-
--commitMessage $(git log -1 --pretty=format:"%s") \
20+
--commitMessage "$(git log -1 --pretty=format:"%s")" \
2121
--commitRef $commitRef \
2222
--commitSha $commitSha \
2323
--path web/out

0 commit comments

Comments
 (0)