Skip to content

Commit

Permalink
fixed unlinted line
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Sep 10, 2013
1 parent cad7784 commit e071366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ angular.module('kibana.services', [])
if(status === 0) {
alertSrv.set('Error',"Could not contact Elasticsearch at "+config.elasticsearch+
". Please ensure that Elasticsearch is reachable from your system." ,'error');
} else {
} else {
alertSrv.set('Error',"No index found at "+config.elasticsearch+"/" +
indices.join(',')+"/_mapping. Please create at least one index." +
"If you're using a proxy ensure it is configured correctly.",'error');
Expand Down

0 comments on commit e071366

Please sign in to comment.