Skip to content

Commit

Permalink
Fix wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Apr 22, 2020
1 parent 1c9d84b commit cf1cabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/data/server/saved_objects/kql_telementry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import { SavedObjectsType } from 'kibana/server';

export const kqlTelemetry: SavedObjectsType = {
name: 'kql_telemetry',
name: 'kql-telemetry',
namespaceType: 'agnostic',
hidden: false,
mappings: {
Expand Down

0 comments on commit cf1cabe

Please sign in to comment.