Skip to content
This repository was archived by the owner on Aug 22, 2021. It is now read-only.

Commit b61f1e3

Browse files
committed
fix typo
1 parent 5a28e7a commit b61f1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2gun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ get_trojan() {
257257
colorEcho ${BLUE} "Getting the latest version of trojan-go"
258258
local latest_version="$(curl -s "https://api.github.com/repos/p4gefau1t/trojan-go/releases" | jq '.[0].tag_name' --raw-output)"
259259
echo "${latest_version}"
260-
local trojango_link="https://github.com/p4gefau1t/trojan-go/releases/download/${latest_version}/trojan-go-linux-${V2_MACHINE}.zip"
260+
local trojango_link="https://github.com/p4gefau1t/trojan-go/releases/download/${latest_version}/trojan-go-linux-${TJ_MACHINE}.zip"
261261

262262
cd $(mktemp -d)
263263
wget -q --show-progress "${trojango_link}" -O trojan-go.zip

0 commit comments

Comments
 (0)