Skip to content

Commit 8afa7d5

Browse files
committed
Typo
1 parent e8612d6 commit 8afa7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/package/f2_res.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -xeu -o pipefail
55
# shellcheck disable=SC2154 # from env.sh
66
cd "$release_dir"
77
# shellcheck disable=SC2154 # from env.sh
8-
wget -nv "$(curl -s "https://api.github.com/repos/f2_res/releases/latest" | grep browser_download_url | awk -F '"' '{print $4}')"
8+
wget -nv "$(curl -s "https://api.github.com/repos/BGforgeNet/f2_res/releases/latest" | grep browser_download_url | awk -F '"' '{print $4}')"
99
unzip f2_res*.zip
1010
mv f2_res.dat mods/
1111
rm -f f2_res*.zip

0 commit comments

Comments
 (0)