From ddb90ea6ba32ec10493426fb74f579b7eadd9523 Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Mon, 29 Aug 2022 13:12:43 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix' --- .../fleet/server/services/elastic_agent_manifest.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/x-pack/plugins/fleet/server/services/elastic_agent_manifest.ts b/x-pack/plugins/fleet/server/services/elastic_agent_manifest.ts index d7e00fddca6c0..90b2aa851fd52 100644 --- a/x-pack/plugins/fleet/server/services/elastic_agent_manifest.ts +++ b/x-pack/plugins/fleet/server/services/elastic_agent_manifest.ts @@ -1,9 +1,9 @@ /* -* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one -* or more contributor license agreements. Licensed under the Elastic License -* 2.0; you may not use this file except in compliance with the Elastic License -* 2.0. -*/ + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ export const elasticAgentStandaloneManifest = `--- # For more information refer to https://www.elastic.co/guide/en/fleet/current/running-on-kubernetes-standalone.html @@ -570,4 +570,4 @@ metadata: labels: k8s-app: elastic-agent --- -`; \ No newline at end of file +`;