mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Correct live url message to reflect proper url
This commit is contained in:
parent
c44f4e6f6c
commit
56b9e886b8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ if [ "${TYPE}" == "dev-push" ]; then
|
|||
elif [ "${TYPE}" == "rc-push" ]; then
|
||||
BOOT_URL="https://staging.boot.netboot.xyz/$(cat version.txt)-RC/index.html"
|
||||
elif [ "${TYPE}" == "live-push" ]; then
|
||||
BOOT_URL="https://staging.boot.netboot.xyz/$(cat version.txt)/index.html"
|
||||
BOOT_URL="https://boot.netboot.xyz/$(cat version.txt)/index.html"
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue