change default recipe varation to be by hand

This commit is contained in:
ida schmidt 2024-06-19 16:49:02 -07:00
parent 00ea1cd096
commit fdfff22ae0

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
INSTDIR="$(dirname "$(readlink -f "$0")")" # find the install directory
RECIPE="${RECIPE:-quick}" #TODO: use first recipe in pizza.txt
VARIATION="${VARIATION:-standmixer}" # i don't think this makes sense as a default
VARIATION="${VARIATION:-hand}"
COUNT="${COUNT:-1}"
shopt -s extglob