From cbd9daa48fec39ba280f405102499751d9042bdc Mon Sep 17 00:00:00 2001 From: Tom Dyas Date: Wed, 30 Oct 2024 18:58:46 +0900 Subject: [PATCH] update get-pants.sh binary --- get-pants.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get-pants.sh b/get-pants.sh index 56ee4f2..cae178e 100755 --- a/get-pants.sh +++ b/get-pants.sh @@ -163,7 +163,7 @@ Once installed, if you want to update your "pants" launcher binary, use -h | --help: Print this help message. -d | --bin-dir: - The directory to install the scie-pants binary in, "~/bin" by default. + The directory to install the scie-pants binary in, "~/.local/bin" by default. -b | --base-name: The name to use for the scie-pants binary, "pants" by default. @@ -176,7 +176,7 @@ Once installed, if you want to update your "pants" launcher binary, use EOF } -bin_dir="${HOME}/bin" +bin_dir="${HOME}/.local/bin" base_name="pants" version="latest/download" while (($# > 0)); do