Skip to content

Commit cbd9daa

Browse files
committed
update get-pants.sh binary
1 parent b5b164c commit cbd9daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

get-pants.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Once installed, if you want to update your "pants" launcher binary, use
163163
-h | --help: Print this help message.
164164
165165
-d | --bin-dir:
166-
The directory to install the scie-pants binary in, "~/bin" by default.
166+
The directory to install the scie-pants binary in, "~/.local/bin" by default.
167167
168168
-b | --base-name:
169169
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
176176
EOF
177177
}
178178

179-
bin_dir="${HOME}/bin"
179+
bin_dir="${HOME}/.local/bin"
180180
base_name="pants"
181181
version="latest/download"
182182
while (($# > 0)); do

0 commit comments

Comments
 (0)