fix comparison #2

Merged
artur merged 2 commits from fixComparison into main 2025-01-24 06:55:07 +00:00
Showing only changes of commit d134bc0c11 - Show all commits

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