Skip to content

Commit

Permalink
updater master
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Nov 20, 2017
1 parent 3de3292 commit ab94ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var updater = {
success = success || function() {};
error = error || function() {};

var url = 'https://raw.githubusercontent.com/SuperAL/splice/dev/' + filepath + '?r=' + Math.random();
var url = 'https://raw.githubusercontent.com/SuperAL/splice/master/' + filepath + '?r=' + Math.random();

https.get(url, function(res) {
console.log('res is', res);
Expand Down

0 comments on commit ab94ba7

Please sign in to comment.