there can only be one

This commit is contained in:
Bel LaPointe
2022-10-18 14:46:29 -06:00
parent 057251fecc
commit aa7795215e

View File

@@ -9,7 +9,7 @@ main() {
flags() {
set -e
export THEMES="${1:-"${THEME:-"${THEMES:-"short,onepage"}"}"}"
export THEMES="${1:-"${THEME:-"${THEMES:-"onepage"}"}"}"
export PAGE_SIZE="${PAGE_SIZE:-A4}"
if [ "$THEMES" == "all" ]; then