Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrdyn committed May 22, 2023
1 parent 0834913 commit 58c70ac
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function getInstallShipperCommand({
apiEndpoint: string | undefined;
scriptDownloadUrl: string | undefined;
}) {
const setupScriptFilename = 'standalone-agent-setup.sh';
const setupScriptFilename = 'standalone_agent_setup.sh';
const PLATFORM_COMMAND: Record<ElasticAgentPlatform, string> = {
'linux-tar': oneLine`
curl ${scriptDownloadUrl} -o ${setupScriptFilename} &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const createApiKeyRoute = createObservabilityOnboardingServerRoute({
const coreStart = await core.start();
const scriptDownloadUrl = getKibanaUrl(
coreStart,
'/observabilityOnboarding/standalone-agent-setup.sh'
'/observabilityOnboarding/standalone_agent_setup.sh'
);
const apiEndpoint = getKibanaUrl(
coreStart,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export async function saveObservabilityOnboardingState({
observabilityOnboardingState,
apiKeyId,
}: Options): Promise<SavedObservabilityOnboardingState> {
savedObjectsClient;
const {
id,
attributes,
Expand Down

0 comments on commit 58c70ac

Please sign in to comment.