Skip to content

Commit

Permalink
دستاویزات
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Jan 4, 2019
1 parent 912c210 commit afe8fa0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions دستاویزات/.tx/tx.sh
Expand Up @@ -54,9 +54,7 @@ tx_pull() {
tx_init
tx pull --all --force
FRESH_TRANSLATIONS=$(git diff-index --name-only HEAD --)
echo fresh
echo $FRESH_TRANSLATIONS
if [ -n $FRESH_TRANSLATIONS ]
if [[ -n $FRESH_TRANSLATIONS ]]
then
echo "pushing"
git_setup
Expand Down

0 comments on commit afe8fa0

Please sign in to comment.