Commit c58382e7 authored by Petras, Randy's avatar Petras, Randy
Browse files

changind -f check to -d check

parent cfd50d29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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