diff options
-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) |