Skip to content

Commit

Permalink
rename binary to envoy
Browse files Browse the repository at this point in the history
  • Loading branch information
chensjlv committed Nov 18, 2024
1 parent e9a7dc2 commit f42582d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/fetch-envoy
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ extract_envoy() {
(
cd "$_bin_dir"
shasum -a 256 "envoy-$_os-$_arch" >"envoy-$_os-$_arch".sha256
tar -cJf "envoy-$_os-$_arch.txz" "envoy-$_os-$_arch"
rm -f "envoy-$_os-$_arch"
mv "envoy-$_os-$_arch" "envoy"
tar -cJf "envoy-$_os-$_arch.txz" "envoy"
rm -f "envoy"
)
}

Expand Down

0 comments on commit f42582d

Please sign in to comment.