Skip to content

Commit

Permalink
fix: Fixed spelling of JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuscc authored Apr 21, 2019
1 parent d541e59 commit fb558a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/postMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function postMessage(message) {
.then(res => res.text())
.then(text => {
if (text != 'ok') {
logger.log('Json message format invalid')
logger.log('JSON message format invalid')
throw new SemanticReleaseError(
new Error().stdout,
'INVALID SLACK COMMAND: ' + text
Expand Down

0 comments on commit fb558a1

Please sign in to comment.