change default recipe varation to be by hand
This commit is contained in:
parent
00ea1cd096
commit
fdfff22ae0
1 changed files with 1 additions and 1 deletions
2
pizza.sh
2
pizza.sh
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue