diff options
author | Arun Isaac | 2016-12-22 22:23:11 +0530 |
---|---|---|
committer | Arun Isaac | 2016-12-22 22:23:11 +0530 |
commit | 3c6c41230a71193265b26d466f66fd3df8a29679 (patch) | |
tree | 25c5ddd34aa39c8fb9a2b9f3713f4e4edc92adb7 | |
parent | 3f7312b75f576a7160cec40208348f3e03d1b611 (diff) | |
download | nasa-apod-gnu-social-bot-3c6c41230a71193265b26d466f66fd3df8a29679.tar.gz nasa-apod-gnu-social-bot-3c6c41230a71193265b26d466f66fd3df8a29679.tar.lz nasa-apod-gnu-social-bot-3c6c41230a71193265b26d466f66fd3df8a29679.zip |
Switch to HTTPS URL
* apod-bot.sh (APOD_BASE_URL): NASA APOD has switched to HTTPS. Update
the `APOD_BASE_URL' variable accordingly.
-rw-r--r-- | apod-bot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apod-bot.sh b/apod-bot.sh index 85acc1b..8da77d1 100644 --- a/apod-bot.sh +++ b/apod-bot.sh @@ -16,7 +16,7 @@ SOCIAL_API_URL=https://social.systemreboot.net/api BOT_USERNAME=apod BOT_PASSWORD=secret-password-here -APOD_BASE_URL=http://apod.nasa.gov/apod +APOD_BASE_URL=https://apod.nasa.gov/apod APOD_HTML=$(curl $APOD_BASE_URL/astropix.html) |