api: update default repo url

This commit is contained in:
Thomas Hobson 2021-03-15 19:39:55 +13:00
parent 27598b236c
commit 8b70b7d82e
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ const options = [
{ {
key: 'repo_url', key: 'repo_url',
desc: 'URL of repo index', desc: 'URL of repo index',
default: 'https://github.com', default: 'https://github.com/engineer-man/piston/releases/download/pkgs/index',
validators: [] validators: []
} }
]; ];