diff options
-rwxr-xr-x | bot/sx-bot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/sx-bot.sh b/bot/sx-bot.sh index 176e454..76001af 100755 --- a/bot/sx-bot.sh +++ b/bot/sx-bot.sh @@ -2,7 +2,7 @@ git branch gh-pages && git pull && - emacs -Q --batch -L "./" -l sx-bot -f sx-bot-fetch-and-write-tags && + emacs -Q --batch -L "./" -L "./bot/" -l sx-bot -f sx-bot-fetch-and-write-tags && git commit . && git push && echo SUCCESS |