diff --git a/entrypoint.sh b/entrypoint.sh index ebec31b..967a9ce 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,7 +2,7 @@ echo $config > ~/.transifexrc -if [ "$PUSH_SOURCES" = true ] ; then +if [ "$PUSH_SOURCES" = true ] ; then echo "PUSHING SOURCES" tx push -s fi @@ -17,7 +17,7 @@ if [ "$PULL_SOURCES" = true ] ; then tx pull -s fi -if [ $PULL_TRANSLATIONS = true ] ; then +if [ "$PULL_TRANSLATIONS" = true ] ; then echo "PULLING TRANSLATIONS" tx pull -a fi