From a0700f084502d2541125390475cd4fc6526a4c12 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 17 Aug 2023 07:49:12 -0500 Subject: [PATCH] Update sail --- bin/sail | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/sail b/bin/sail index 2a51e1f9..1511f670 100755 --- a/bin/sail +++ b/bin/sail @@ -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 @@ -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