Skip to content

Commit

Permalink
exit/return fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed May 23, 2024
1 parent de4c50f commit bb7e8d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bash/force-level2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function process_this_image(){

# dummy test to enable linting through pipe
if [ $# -eq 1 ] && [ "$1" == "TEST" ]; then
exit 0;
return 0;
fi

FILE_IMAGE="$1"
Expand Down
2 changes: 1 addition & 1 deletion misc/force-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.12-dev:::2024-05-23_07:24:52
3.7.12-dev:::2024-05-23_07:25:53

0 comments on commit bb7e8d7

Please sign in to comment.