Skip to content

Commit

Permalink
fix(NA): keystore read path on serve (elastic#75659)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
mistic and elasticmachine committed Aug 27, 2020
1 parent 4e8dd3e commit e034af1
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 @@ -155,7 +155,7 @@ function applyConfigOverrides(rawConfig, opts, extraCliOptions) {
);

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

return rawConfig;
}
Expand Down

0 comments on commit e034af1

Please sign in to comment.