diff --git a/BaseGitPull.bat b/BaseGitPull.bat index d8b0f6d..d624e55 100755 --- a/BaseGitPull.bat +++ b/BaseGitPull.bat @@ -15,10 +15,12 @@ if exist %GIT% ( %GIT% -c "git config --global --add safe.directory C:/Scripts/wLocal" - echo "Found git. Attempting pull" + echo "Found git." + echo "Attempting pull of wBase" cd %SCRIPTS%\wBase %GIT% -c "git pull" + echo "Attempting pull of wLocal" cd %SCRIPTS%\wLocal %GIT% -c "git pull"