From 65d31d54168178e51fe846022e4d043eae08fad7 Mon Sep 17 00:00:00 2001
From: Randell Callahan <piszmogcode@gmail.com>
Date: Wed, 30 Oct 2024 22:07:45 -0600
Subject: [PATCH] Update update_module.sh

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

diff --git a/update_module.sh b/update_module.sh
index 41ca8b3..ce780fc 100755
--- a/update_module.sh
+++ b/update_module.sh
@@ -7,4 +7,4 @@ fi
 
 new_module=$1
 
-find . -type d -name .git -prune -o -type f -exec sed -i '' -e "s/my-new-mod/${new_module}/g" {} \;
+find . -type d -name .git -prune -o -type f -exec sed -i '' -e "s|go-htmx-template|${new_module}|g" {} \;