let's hope that works

pull/385/head
Luke Smith 3 years ago
parent e4878d215d
commit aa9ce687d1
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

@ -11,15 +11,24 @@ check_size() {
fi
}
check_md_name() {
shouldname="$(echo "$1" |
iconv --to-code=utf-8 |
sed "s/^\(src\/\)\?/src\//" |
tr '[:upper:]' '[:lower:]' |
tr ' ' '-')"
if [ "$shouldname" != "$1" ]; then
echo "$1 should be named $shouldname."
exit 1
fi
}
git diff --name-only `git merge-base origin/master HEAD` | while IFS= read -r file; do
case "$file" in
*.webp)
echo "Checking size of $file"
check_size $file
;;
*)
echo "Skipping $file"
;;
*.md) check_md_name "$file" ;;
esac
done

@ -14,11 +14,11 @@
## Directions
1. Peel Butternut squash and discard both ends. Cut in half lengthwise, scoop and discard seeds. Cut in half lengthwise again.
2. Place face down on greased baking sheet. Rotate to roast the other face after 20 minutes, Check at 45 mins with a toothpick for softness.
3. Cut up into 2 inch chunks and toss into stand mixer. Mix on high and add a half stick of butter and salt to taste. Stir in half of the St. Augur blue cheese.
2. Place face down on greased baking sheet. Rotate to roast the other face after 20 minutes, Check at 45 mins with a toothpick for softness.
3. Cut up into 2 inch chunks and toss into stand mixer. Mix on high and add a half stick of butter and salt to taste. Stir in half of the St. Augur blue cheese.
4. Pour into casserole dish. Stir in any extra blue cheese to taste or crumble on top. Lower oven to 300 and bake the mashed squash for 15 minutes.
5. Garnish with chopped chives on top.
5. Garnish with chopped chives on top.
## Contribution
- Joe Powerhouse
- BTC: 1KPxw9js2VukakhMv2wUUFUQZnHQL842ju
- Joe Powerhouse, BTC: 1KPxw9js2VukakhMv2wUUFUQZnHQL842ju
Loading…
Cancel
Save