Skip to content

Commit

Permalink
chore: add missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
adthrasher committed Nov 11, 2024
1 parent 244a14d commit b925059
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ if [ -n "$exclusions" ]; then
for exclusion in $(echo $exclusions | sed 's/,/ /g')
do
echo "$exclusion" >> .sprocket.yml

done

echo " [***] Exclusions [***]"
cat .sprocket.yml
fi
Expand Down

0 comments on commit b925059

Please sign in to comment.