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 | |
parent | 1dd6ac98ec65ff4359e56adf1cedfc745026145b (diff) | |
parent | 2278f45dfc4a21dd1a9c8757d0539e6c460ac43d (diff) |
Merge pull request #212 from vermiculus/vermiculus/bot-branch
Use `data` branch for bot data
-rwxr-xr-x | bot/sx-bot.sh | 2 | ||||
-rw-r--r-- | sx-request.el | 4 |
2 files changed, 3 insertions, 3 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 diff --git a/sx-request.el b/sx-request.el index f892367..9a788ca 100644 --- a/sx-request.el +++ b/sx-request.el @@ -217,8 +217,8 @@ Currently returns nil." ;;; Our own generated data -(defvar sx-request--data-url-format - "https://raw.githubusercontent.com/vermiculus/sx.el/data/data/%s.el" +(defconst sx-request--data-url-format + "http://raw.githubusercontent.com/vermiculus/sx.el/data/data/%s.el" "Url of the \"data\" directory inside the SX `data' branch.") (defun sx-request-get-data (file) |