Skip to content

Commit

Permalink
Update agent_policy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
John Schulz authored Nov 3, 2020
1 parent ce9a6fa commit 566d3d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
import { defaultPackages } from '../constants';
import { defaultPackages } from './index';
import { AgentPolicy } from '../types';
export const AGENT_POLICY_SAVED_OBJECT_TYPE = 'ingest-agent-policies';

Expand Down

0 comments on commit 566d3d4

Please sign in to comment.