Skip to content

Commit

Permalink
remove exit 0
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Tyler <[email protected]>
  • Loading branch information
jazzsequence and pwtyler authored Oct 3, 2023
1 parent 028b5c6 commit ad1819f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/validate-fixture-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ main(){
elif [ $compare_result == "0" ]; then
echo "${FIXTURE_VERSION} is equal to ${TESTED_UP_TO}"
echo "No action required."
exit 0
else
echo "An error occurred during version comparison."
exit 1
Expand Down

0 comments on commit ad1819f

Please sign in to comment.