mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Tweak UPDATE_REPO_URL to convey the full URL
This commit is contained in:
@ -12,7 +12,7 @@ logger = logging.getLogger('netbox.releases')
|
||||
|
||||
@job
|
||||
def get_releases(pre_releases=False):
|
||||
url = '{}/releases'.format(settings.UPDATE_REPO_URL)
|
||||
url = settings.UPDATE_REPO_URL
|
||||
headers = {
|
||||
'Accept': 'application/vnd.github.v3+json',
|
||||
}
|
||||
|
Reference in New Issue
Block a user