Browse Source

not pointing to causefx, was pointing to metalcated

mgomon 11 tháng trước cách đây
mục cha
commit
f6d2a32756
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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