Commit 50fc0a0f authored by Petras, Randy's avatar Petras, Randy
Browse files

update comment

parent 18666ea8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ pixi_launch() {

        path_to_manifest="${PIXI_PREFIX%/}/${PIXI_ENV}"

        # Verify path_to_manifest works
        # Verify path_to_manifest directory exists
      	if [ ! -d "${path_to_manifest}" ]; then
	          echo "No pixi environment found at ${path_to_manifest}"
	          exit 1