浏览代码

not pointing to causefx, was pointing to metalcated

mgomon 7 月之前
父节点
当前提交
f6d2a32756
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/linux-update.sh

+ 1 - 1
scripts/linux-update.sh

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