diff options
author | Sean Allred <code@seanallred.com> | 2015-01-02 22:13:24 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-02 22:13:24 -0500 |
commit | 0604c4c7cf0dfd567e514d4bf7a9a28aa9af680f (patch) | |
tree | bee91de4982e24ad6e33f3a048a195a5065ce9bb | |
parent | 3ecbcf11346136134a977b0421488b001b479cc7 (diff) |
Load bot
-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 |