Skip to content

Commit

Permalink
fixed service bug
Browse files Browse the repository at this point in the history
  • Loading branch information
agate committed Aug 5, 2013
1 parent 0c1cbd1 commit 0a6978f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/upbeat/service.ms
Expand Up @@ -24,7 +24,7 @@ export class Service {
function payload(period) {
period = period || 'day';

return service.actions.map(#(action) {
return this.actions.map(#(action) {
return {
name: action.name,
up: action.isUp(),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"description": "Fast health and performance monitoring with process handling",
"keywords": ["javascript", "performance", "health", "monitoring", "monit", "haproxy", "forever", "process", "systems"],
"author": "Jeff Su <me@jeffsu.com>",
"version": "0.2.3-pre10",
"version": "0.2.3-pre11",
"licenses": [{ "type": "MIT" }],
"engines": { "node": ">=0.5.0" },
"directories" : { "lib" : "./lib/upbeat" },
Expand Down

0 comments on commit 0a6978f

Please sign in to comment.