Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
fix(entrypoint.sh): allow_unknown property (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliytv authored Jun 20, 2021
1 parent c431403 commit f17b985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ else
exclude_types="--exclude $EXCLUDE"
fi

if [ -z "$ALLOW_UKNOWN" ]; then
if [ -z "$ALLOW_UNKNOWN" ]; then
echo "Unknown commit types not allowed."
else
echo "Allowing unknown commit types."
Expand Down

0 comments on commit f17b985

Please sign in to comment.