Skip to content

Commit

Permalink
fix(monitoring): missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
rofe committed Mar 6, 2020
1 parent 8db8432 commit dedb945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/statuspage/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class CLI {
describe: 'Reduce output to automation email only',
required: false,
default: false,
})
});
}
return yargs
.scriptName('statuspage')
Expand Down

0 comments on commit dedb945

Please sign in to comment.