瀏覽代碼

not pointing to causefx, was pointing to metalcated

mgomon 11 月之前
父節點
當前提交
f6d2a32756
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/linux-update.sh

+ 1 - 1
scripts/linux-update.sh

@@ -6,7 +6,7 @@
 set -euo pipefail
 
 # Configuration
-GITHUB_REPO="${GITHUB_REPO:-metalcated/Organizr}"
+GITHUB_REPO="${GITHUB_REPO:-causefx/Organizr}"
 
 # Determine branch
 if [ -z "${1:-}" ]; then