Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 1676110

Browse files
authored
fix version check (#462)
1 parent 5382ed4 commit 1676110

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netdata/dashboard",
3-
"version": "2.29.1",
3+
"version": "2.30.1",
44
"homepage": ".",
55
"main": "./lib/src/index-npm.js",
66
"files": [

src/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2572,6 +2572,7 @@ function versionsMatch(v1, v2) {
25722572

25732573
function getGithubLatestVersion(callback, channel) {
25742574
versionLog('Downloading latest version id from github...');
2575+
let url
25752576

25762577
if (channel === 'stable') {
25772578
url = 'https://api.github.com/repos/netdata/netdata/releases/latest'

0 commit comments

Comments
 (0)