Skip to content

Commit

Permalink
Adjust output type name
Browse files Browse the repository at this point in the history
  • Loading branch information
jen-huang committed Apr 23, 2020
1 parent 0a8d0d3 commit b7fe28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/ingest_manager/common/constants/output.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
import { OutputType } from '../types';

export const OUTPUT_SAVED_OBJECT_TYPE = 'fleet-outputs';
export const OUTPUT_SAVED_OBJECT_TYPE = 'ingest-outputs';

export const DEFAULT_OUTPUT = {
name: 'default',
Expand Down

0 comments on commit b7fe28b

Please sign in to comment.