diff options
author | Sean Allred <code@seanallred.com> | 2015-01-07 00:58:56 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-07 00:58:56 -0500 |
commit | a11d7997aa61f6e5bcb5fb6974c25b914b3bd001 (patch) | |
tree | 23339bdb09f93a5408f1d748e8c06d2dcb918276 | |
parent | 999822d231c92e52ea52f6a467980e6eb6b5e66f (diff) |
Use `data' branch for bot data
-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 |