Skip to content

Commit

Permalink
Reduce magic
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Soranzo <[email protected]>
  • Loading branch information
bernt-matthias and nsoranzo authored Dec 16, 2023
1 parent 0fd5575 commit 0f832f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo_ci_actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ if [ "$MODE" == "lint" ]; then
lint_fail=true
fi
done
if $lint_fail; then
if [ "$lint_fail" = "true" ]; then
exit 1
fi
fi
Expand Down

0 comments on commit 0f832f1

Please sign in to comment.