diff --git a/newproject b/newproject index a6836c5..8927181 100755 --- a/newproject +++ b/newproject @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -euo pipefail +set -eo pipefail TEMPLATES="${TEMPLATES_DIR:-https://git.kotikot.com/templates}" dest="${1:?usage: newproject [copier options]}"