From cb81ae6c9cfb28ba1c3c4001d71e5e676f3d759f Mon Sep 17 00:00:00 2001 From: Micah-Nailima <25017616+Micah-Nailima@users.noreply.github.com> Date: Fri, 21 Jan 2022 14:55:37 -0800 Subject: [PATCH] fix: changed packwiz url to reflect new repo address --- scripts/start-setupModpack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-setupModpack b/scripts/start-setupModpack index e6a920c1650..0c71c676872 100755 --- a/scripts/start-setupModpack +++ b/scripts/start-setupModpack @@ -25,7 +25,7 @@ fi # If packwiz url passed, bootstrap packwiz and update mods before other modpack processing if [[ "${PACKWIZ_URL}" ]]; then # Ensure we have the latest packwiz bootstrap installer - latestPackwiz=$(curl -fsSL https://api.github.com/repos/comp500/packwiz-installer-bootstrap/releases/latest) + latestPackwiz=$(curl -fsSL https://api.github.com/repos/packwiz/packwiz-installer-bootstrap/releases/latest) if [[ -z "${latestPackwiz}" ]]; then log "WARNING: Could not retrieve Packwiz bootstrap installer release information" else