Skip to content

Commit

Permalink
Update sail
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Aug 17, 2023
1 parent db8c14a commit a0700f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/sail
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ elif [ "$1" == "npx" ]; then
sail_is_not_running
fi

# Proxy PNPM commands to the "npm" binary on the application container...
# Proxy PNPM commands to the "pnpm" binary on the application container...
elif [ "$1" == "pnpm" ]; then
shift 1

Expand All @@ -408,7 +408,7 @@ elif [ "$1" == "pnpm" ]; then
sail_is_not_running
fi

# Proxy PNPX commands to the "npm" binary on the application container...
# Proxy PNPX commands to the "pnpx" binary on the application container...
elif [ "$1" == "pnpx" ]; then
shift 1

Expand Down

0 comments on commit a0700f0

Please sign in to comment.