Skip to content

Commit

Permalink
Capitalize Kibana in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
John Schulz committed Aug 29, 2020
1 parent ea2e3d7 commit 9399767
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export function validateAgentVersion(
if (semver.lte(agentVersionParsed, kibanaVersionParsed)) return;
else
throw Boom.badRequest(
`Agent version ${agentVersion} is not compatible with kibana version ${kibanaVersion}`
`Agent version ${agentVersion} is not compatible with Kibana version ${kibanaVersion}`
);
}
}

0 comments on commit 9399767

Please sign in to comment.