Merge pull request 'fix comparison' (#2) from fixComparison into main

Reviewed-on: #2
Reviewed-by: phil <phil@jankaritech.eu>
This commit is contained in:
2025-01-24 06:55:07 +00:00

View File

@@ -309,7 +309,7 @@ validate_commit_and_parents() {
fi
done <<< $(printf "%s" "$PARENTS")
fi
if [ "$ALL_PASSED"=true ]; then
if [ "$ALL_PASSED" = true ]; then
return 0
fi
return 1