diff --git a/scripts/preflight_checks.sh b/scripts/preflight_checks.sh index 6759e568e..0dd17a291 100755 --- a/scripts/preflight_checks.sh +++ b/scripts/preflight_checks.sh @@ -5,6 +5,6 @@ tag=$(git describe --tags --abbrev=0) appver=$(cat app.json | jq '.expo.version' | sed "s/\"//g") # last sed removes quotes if [ "$tag" == "$appver" ]; then - echo "You haven't bumped the version in app.json" + echo "You have bumped the version in app.json" exit 1 fi \ No newline at end of file