Skip to content

Commit b2c9f8c

Browse files
authored
Remove unnecessary tar --no-anchored (#1912)
Since it was a leftover from when this tar command also passed the uv binary name to only extract the single file from the archive.
1 parent 732efcb commit b2c9f8c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/uv.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ function uv::install_uv() {
5656
--directory "${uv_dir}" \
5757
--extract \
5858
--gzip \
59-
--no-anchored \
6059
--strip-components 1
6160
} \
6261
|& tee "${error_log}" \

0 commit comments

Comments
 (0)