Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro committed Apr 7, 2012
1 parent e4a50a4 commit 1e8345e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/apps.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
for (var i in data) { for (var i in data) {
var l = 'info', var l = 'info',
r = data[i].running; r = data[i].running;
var state = false;
if (data[i].running.hasOwnProperty('indexOf') && (data[i].running.indexOf('error') >-1|| data[i].running.indexOf('failed-to') > -1)) if (data[i].running.hasOwnProperty('indexOf') && (data[i].running.indexOf('error') >-1|| data[i].running.indexOf('failed-to') > -1))
var state = true; var state = true;
if (data[i].running == false || data[i].running == 'false' || state) { if (data[i].running == false || data[i].running == 'false' || state) {
Expand Down

0 comments on commit 1e8345e

Please sign in to comment.