Skip to content

Commit

Permalink
Updates resetState to reset OS to actual value
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Dec 1, 2023
1 parent 92c0de3 commit 7405d91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ static void resetState() {
initsecurity = false;
cluster_mode = false;
environment = ExecutionEnvironment.DEMO;
OS = System.getProperty("os.name") + " " + System.getProperty("os.version") + " " + System.getProperty("os.arch");
SCRIPT_DIR = null;
BASE_DIR = null;
OPENSEARCH_CONF_FILE = null;
Expand Down

0 comments on commit 7405d91

Please sign in to comment.