Skip to content

Commit

Permalink
update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Jul 26, 2023
1 parent d0176b5 commit 0ea1504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi
read -r -p "Check consistency of languages list with values- folders? [y/N] " response
if [[ "$response" =~ ^[yY]$ ]]
then
./gradlew :app:checkLanguages --quiet
./gradlew checkLanguages --quiet
fi

# empty new line
Expand Down

0 comments on commit 0ea1504

Please sign in to comment.