Parcourir la source

Correct live url message to reflect proper url

Antony Messerli il y a 5 ans
Parent
commit
56b9e886b8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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