Ver Fonte

not pointing to causefx, was pointing to metalcated

mgomon há 11 meses atrás
pai
commit
f6d2a32756
1 ficheiros alterados com 1 adições e 1 exclusões
  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