paulyoung / fontello-cli

Command line interface for fontello.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change default HOST to `https`

jaytula opened this issue · comments

commented

It appears that fontello.com is now served with https.

This needs to be updated:

HOST = 'http://fontello.com'

to be:

HOST = 'https://fontello.com'

In the mean time...

fontello-cli open --host https://fontello.com
fontello-cli install --host https://fontello.com