diff options
author | Sean Allred <code@seanallred.com> | 2015-01-07 19:57:12 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-07 19:57:12 -0500 |
commit | ed5d64fb5ccc726444c824c2fb2ba6d7e81a1abf (patch) | |
tree | ed48317c50bdc6b2be40a551a3e0ae3f8e4fc603 /bot | |
parent | 1dd6ac98ec65ff4359e56adf1cedfc745026145b (diff) | |
parent | 2278f45dfc4a21dd1a9c8757d0539e6c460ac43d (diff) |
Merge pull request #212 from vermiculus/vermiculus/bot-branch
Use `data` branch for bot data
Diffstat (limited to '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 6a5df17..22c7284 100755 --- a/bot/sx-bot.sh +++ b/bot/sx-bot.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -DESTINATION_BRANCH=gh-pages +DESTINATION_BRANCH=data function notify-done { local title |