aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runbot.bat5
1 files changed, 4 insertions, 1 deletions
diff --git a/runbot.bat b/runbot.bat
index 133e1e2..132e422 100644
--- a/runbot.bat
+++ b/runbot.bat
@@ -1,5 +1,8 @@
@echo off
:1
+echo [INFO] Getting the latest info...
+git pull
+echo [SUCCESS] Finished getting the latest info
echo [INFO] Starting AleeBot
node bot.js
-goto 1 \ No newline at end of file
+goto 1