commitment
commitment copied to clipboard
Has the whatthecommit.com service stopped working?
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
.
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)"