소스 검색

Merge pull request #451 from netbootxyz/message_url

Correct live url message to reflect proper url
Antony Messerli 5 년 전
부모
커밋
274927fd97
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
 elif [ "${TYPE}" == "rc-push" ]; then
   BOOT_URL="https://staging.boot.netboot.xyz/$(cat version.txt)-RC/index.html"
   BOOT_URL="https://staging.boot.netboot.xyz/$(cat version.txt)-RC/index.html"
 elif [ "${TYPE}" == "live-push" ]; then
 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
 fi