From c7ce3cb4634d430158024c5b1a78e3ab3e3d14e9 Mon Sep 17 00:00:00 2001
From: Toastie <toastie@toastiet0ast.com>
Date: Mon, 24 Feb 2025 22:04:04 +1300
Subject: [PATCH] I am a little dumb

---
 e-bin.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e-bin.sh b/e-bin.sh
index 08cd90e..a02e92b 100644
--- a/e-bin.sh
+++ b/e-bin.sh
@@ -131,7 +131,7 @@ install_submenu() {
     local versions
 
     # get versions from /repos/tags toastielab endpoint
-    mapfile -t versions < <(curl -s https://toastielab.dev/api/v1/repos/EllieBotDevs/elliebot/tags | grep -oP '"ref": "refs/tags/\K[^"]+')
+    mapfile -t versions < <(curl -s https://toastielab.dev/api/v1/repos/toastie_t0ast/elliebot/tags | grep -oP '"ref": "refs/tags/\K[^"]+')
 
     echo "${CYAN}Select version to install:${NC}"
     select version in "${versions[@]}"; do