Skip to content

Commit

Permalink
Fixes typo in profiling script (#167423)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema authored Sep 27, 2023
1 parent 4ac2827 commit 3ee1d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/functional/profiling_cypress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ echo "--- Profiling Cypress Tests"

cd "$XPACK_DIR"

NODE_OPTIONS=--openssl-legacy-provide node plugins/profiling/scripts/test/e2e.js \
NODE_OPTIONS=--openssl-legacy-provider node plugins/profiling/scripts/test/e2e.js \
--kibana-install-dir "$KIBANA_BUILD_LOCATION" \

0 comments on commit 3ee1d4d

Please sign in to comment.