Skip to content

Commit

Permalink
fix(NA): keystore read path on serve (#75659) (#76123)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
mistic and elasticmachine authored Aug 27, 2020
1 parent c888c17 commit f27ac6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/serve/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function applyConfigOverrides(rawConfig, opts, extraCliOptions) {
);

merge(extraCliOptions);
merge(readKeystore(get('path.data')));
merge(readKeystore());

return rawConfig;
}
Expand Down

0 comments on commit f27ac6a

Please sign in to comment.