diff --git a/os/emscripten/deploy-webapp.sh b/os/emscripten/deploy-webapp.sh index 14e0540e8f..bd970dd3c1 100755 --- a/os/emscripten/deploy-webapp.sh +++ b/os/emscripten/deploy-webapp.sh @@ -6,4 +6,4 @@ INSTALL_PATH=`pwd`/../../../openttd-touch-webapp cd $INSTALL_PATH || exit 1 -git commit -a * && git push +git commit -a && git push