From ff7efd815a1310e8cd4a4469d8aef8696b8841c2 Mon Sep 17 00:00:00 2001
From: Toastie <toastie@toastiet0ast.com>
Date: Tue, 25 Jun 2024 20:49:35 +1200
Subject: [PATCH] Fixed the filename being wrong

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

diff --git a/e-rebuild.sh b/e-rebuild.sh
index 18ec4a2..2932345 100644
--- a/e-rebuild.sh
+++ b/e-rebuild.sh
@@ -11,5 +11,5 @@ wget -q -N https://toastielab.dev/Emotions-stuff/ellie-bash-installer/raw/branch
 bash rebuild.sh
 
 cd "$root"
-rm "$root/n-rebuild.sh"
+rm "$root/e-rebuild.sh"
 exit 0
\ No newline at end of file