addNugetDeps.fetch-deps: remove set -u

It was causing issues with other hooks and things used in the build for packages so I opted to remove it as it wasn't there to start with.
This commit is contained in:
GGG
2024-12-19 11:18:24 -03:00
parent 82ae18650d
commit ffcf6b781e
@@ -1,5 +1,5 @@
# shellcheck shell=bash
set -euo pipefail
set -e
export PATH="@binPath@:$PATH"