Loading src/nsd-app-wrap.sh +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ pixi_launch() { path_to_manifest="${PIXI_PREFIX%/}/${PIXI_ENV}" # Verify path_to_manifest works if [ ! -f "${path_to_manifest}" ]; then if [ ! -d "${path_to_manifest}" ]; then echo "No pixi environment found at ${path_to_manifest}" exit 1 fi Loading Loading
src/nsd-app-wrap.sh +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ pixi_launch() { path_to_manifest="${PIXI_PREFIX%/}/${PIXI_ENV}" # Verify path_to_manifest works if [ ! -f "${path_to_manifest}" ]; then if [ ! -d "${path_to_manifest}" ]; then echo "No pixi environment found at ${path_to_manifest}" exit 1 fi Loading