Skip to content

Commit

Permalink
[BeatsCM] Fix licence error (#29610) (#30011)
Browse files Browse the repository at this point in the history
Fixes #28417
  • Loading branch information
mattapperson authored Feb 4, 2019
1 parent 271afec commit 00ec356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/beats_management/server/lib/framework.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class BackendFrameworkLib {
) {
return Boom.forbidden(
`Your ${
this.license
this.license.type
} license does not support this API or is expired. Please upgrade your license.`
);
}
Expand Down

0 comments on commit 00ec356

Please sign in to comment.