Skip to content

Commit

Permalink
Fixed typo in zookeeper monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
ph0bos committed Sep 2, 2015
1 parent 04ac699 commit 28de1a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/monitors/zookeeper-monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
return {
status: (zoologist.getClient().getClient().getState().name === 'SYNC_CONNECTED') ? 'UP' : 'DOWN',
connectionState: zoologist.getClient().getClient().getState().name,
connecionString: zoologist.getClient().getClient().connectionManager.connectionStringParser.connectionString
connectionString: zoologist.getClient().getClient().connectionManager.connectionStringParser.connectionString
}
}
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-microservice-starter",
"version": "0.5.4",
"version": "0.5.5",
"description": "An express-based Node.js API bootstrapping module for microservices.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 28de1a2

Please sign in to comment.