Compare commits
2 commits
4294c03219
...
ee7bbcef94
Author | SHA1 | Date | |
---|---|---|---|
Aires | ee7bbcef94 | ||
Aires | e74407c674 |
|
@ -73,7 +73,7 @@ done
|
|||
remainingArgs=${POSITIONAL_ARGS[@]}
|
||||
set -- "${POSITIONAL_ARGS[@]}" # restore positional parameters
|
||||
|
||||
if [ -n "${flakeDir}" ]; then
|
||||
if [ -z "${flakeDir}" ]; then
|
||||
echo "Flake directory not specified. Use '--flake <path>' or set \$FLAKE_DIR."
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue