ngerakines / commitment

A commit message generator that I use.

Home Page:http://whatthecommit.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Has the whatthecommit.com service stopped working?

LiangJianyi opened this issue · comments

I execute print "$(curl -s http://whatthecommit.com/index.txt)" without returning any results. I try open http://whatthecommit.com/index.txt in browser then the requested URL could not be retrieved
Screen Shot 2021-09-25 at 19 19 05
.

It is working. You can close this issue.

You should replace http with https in your code:

print "$(curl -s https://whatthecommit.com/index.txt)"