From 8f77027402ac83468564d07e9500657ceaa6d163 Mon Sep 17 00:00:00 2001 From: Edward Tirado Jr Date: Sun, 30 Mar 2025 17:13:34 -0500 Subject: [PATCH] added git remote cleanup --- firstRun.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firstRun.sh b/firstRun.sh index 599d81f..34db346 100755 --- a/firstRun.sh +++ b/firstRun.sh @@ -56,3 +56,5 @@ echo "===== CREATING SUPERUSER =====" docker exec -ti "${PROJECT_NAME}-api" ./manage.py createsuperuser echo "Success! Go to http://localhost:8000 to see API documentation." + +git remote remove origin