Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DictumMortuum/vtop into D…
Browse files Browse the repository at this point in the history
…ictumMortuum-master
  • Loading branch information
MrRio committed Oct 16, 2016
2 parents 1968422 + 7e6c45d commit 68df4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var upgrade = function() {
var current = require('./package.json').version;

var child_process = require('child_process');
var ps = child_process.exec('npm info vtop', function (error, stdout, stderr) {
var ps = child_process.exec('npm --color=false info vtop', function (error, stdout, stderr) {
var output = eval('(' + stdout + ')');
if (output['dist-tags']['latest'] != current) {
callback(output['dist-tags']['latest']);
Expand Down Expand Up @@ -85,4 +85,4 @@ var upgrade = function() {
};
}();

module.exports = upgrade;
module.exports = upgrade;

0 comments on commit 68df4f4

Please sign in to comment.