diff --git a/push.bat b/push.bat index 4b50924..38aebac 100644 --- a/push.bat +++ b/push.bat @@ -1,6 +1,6 @@ @echo off -cd /d "C:\Users\myron\Downloads\CyberPanel" -set /p MSG="Commit message (e.g. v1.0.4 - what changed): " +cd /d "C:\Users\myron\Downloads\CyberPanel\tomgames" +set /p MSG="Commit message (e.g. v1.0.5 - what changed): " if "%MSG%"=="" ( echo No message entered. Aborting. pause @@ -11,4 +11,4 @@ git commit -m "%MSG%" git push origin main echo. echo Done! Check https://github.com/myronblair/tomtomgames-app -pause +pause \ No newline at end of file