devopsdays / devopsdays-cli

Maintenance application for devopsdays.org website
MIT License
1 stars 1 forks source link

Update config command to use jsdelivr instead of rawgit #131

Open mattstratton opened 6 years ago

mattstratton commented 6 years ago

See https://rawgit.com/ for more details

New URI should be https://cdn.jsdelivr.net/gh/devopsdays/devopsdays-web/metadata.json (via https://www.jsdelivr.com/rawgit)

mattstratton commented 6 years ago

I've updated the released tags to now include metadata.json so the jsdelivr URL should work, although it's not yet. Maybe it's cached? Will try again later.

mattstratton commented 6 years ago

Confirmed that the jsdelivr URL works, so this can be fixed soon.

mattstratton commented 5 years ago

The line to fix is https://github.com/devopsdays/devopsdays-cli/blob/master/commands/config.go#L106

url := "https://rawgit.com/devopsdays/devopsdays-web/master/metadata.json"

GitHub
devopsdays/devopsdays-cli
Maintenance application for devopsdays.org website - devopsdays/devopsdays-cli