1
0
Fork 0

Compare commits

...

2 commits

View file

@ -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