We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5265d commit bb3f2d1Copy full SHA for bb3f2d1
.github/workflows/scripts/check-link-foundation.sh
@@ -54,7 +54,7 @@ popd || fatal "Failed to change directory back to the root directory."
54
55
# exit code is the opposite of the grep exit code
56
if [ "$SUCCESS" -eq 0 ]; then
57
- error "❌ At least one foundation lib was found, reporting the error."
+ fatal "❌ At least one foundation lib was found, reporting the error."
58
else
59
log "✅ No foundation lib found, congrats!" && exit 0
60
fi
0 commit comments