1
0
Fork 0

Compare commits

..

No commits in common. "ee7bbcef94ed9d174fb6c5b40b2d4c965b463289" and "4294c03219f6cbc5a1295ebf7c730f8782dafaf5" have entirely different histories.

View file

@ -73,7 +73,7 @@ done
remainingArgs=${POSITIONAL_ARGS[@]} remainingArgs=${POSITIONAL_ARGS[@]}
set -- "${POSITIONAL_ARGS[@]}" # restore positional parameters set -- "${POSITIONAL_ARGS[@]}" # restore positional parameters
if [ -z "${flakeDir}" ]; then if [ -n "${flakeDir}" ]; then
echo "Flake directory not specified. Use '--flake <path>' or set \$FLAKE_DIR." echo "Flake directory not specified. Use '--flake <path>' or set \$FLAKE_DIR."
exit 1 exit 1
fi fi