We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4c50f commit bb7e8d7Copy full SHA for bb7e8d7
bash/force-level2.sh
@@ -99,7 +99,7 @@ function process_this_image(){
99
100
# dummy test to enable linting through pipe
101
if [ $# -eq 1 ] && [ "$1" == "TEST" ]; then
102
- exit 0;
+ return 0;
103
fi
104
105
FILE_IMAGE="$1"
misc/force-version.txt
@@ -1 +1 @@
1
-3.7.12-dev:::2024-05-23_07:24:52
+3.7.12-dev:::2024-05-23_07:25:53
0 commit comments