mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 12:28:51 +02:00
fix reference to builds URL for sandbox check
This commit is contained in:
parent
7a9d77d0d9
commit
4713d8d44c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ util.inherits(UpdateChecker, events.EventEmitter);
|
|||
UpdateChecker.prototype = extend(UpdateChecker.prototype, {
|
||||
checkForUpdates: function() {
|
||||
log.debug("Checking for updates");
|
||||
request(BUILDS_URL, (error, response, body) => {
|
||||
request(this.buildsURL, (error, response, body) => {
|
||||
if (error) {
|
||||
log.debug("Error", error);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue