1
0
Эх сурвалжийг харах

Correct live url message to reflect proper url

Antony Messerli 5 жил өмнө
parent
commit
56b9e886b8
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      script/message

+ 1 - 1
script/message

@@ -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