avh4 / elm-upgrade

Upgrade Elm projects

Home Page:https://www.npmjs.com/package/elm-upgrade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`elm-upgrade` fails if the repository URL starts with `http` instead of `https`

pdamoc opened this issue · comments

The repository I tried this on had a default http://github.com/user/project.git value. (I'm guessing that this is what the default value might have been on elm version that was uses to start the project).

The culprit is this line.

My guess is that it would also fail if the repository field is a valid repository but not on github.