Skip to content

Commit d3fc1d4

Browse files
committed
typo fix
1 parent 74ae49c commit d3fc1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/updater.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const menus = require('./menus')
99
const config = require('./config')
1010
const {broadcast} = require('./windows')
1111

12-
const feed = 'http://oryoki.io/latest-test.json'
12+
const feed = 'http://oryoki.io/latest.json'
1313
var latest = null
1414

1515
var tmp = null

0 commit comments

Comments
 (0)