From 3f50b3af9c0eabbc69ea245aa56a95325e77db95 Mon Sep 17 00:00:00 2001
From: Evan Pratten <evan@ewpratten.com>
Date: Mon, 30 Oct 2023 11:06:31 -0400
Subject: [PATCH] fix dev path

---
 configs/scripts/guru-shell | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/scripts/guru-shell b/configs/scripts/guru-shell
index 7f44d8b..c229665 100644
--- a/configs/scripts/guru-shell
+++ b/configs/scripts/guru-shell
@@ -23,7 +23,7 @@ if [ "$dev_env" == "n" ]; then
     studio2023_path="studio/studio2023"
     ps1_mode=""
 else
-    studio2023_path="development/epratten/studio/studio2023"
+    studio2023_path="development/epratten/studio2023"
     ps1_mode="-dev"
 fi