Skip to content

Commit

Permalink
Updated text
Browse files Browse the repository at this point in the history
Signed-off-by: AbhishekReddy1127 <[email protected]>
  • Loading branch information
AbhishekReddy1127 authored and manasvinibs committed Jan 6, 2023
1 parent 381d6fb commit f90c986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup_node_env/node_version_validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if (!isVersionValid) {
} else {
errorMessage +=
'\nOpenSearch Dashboards is running as OSD_NODE_HOME environment variable is set, ' +
'Ignoring any incpatibilities in node version.';
'So ignoring any incpatibilities in node version.';
console.warn(errorMessage);
}
}

0 comments on commit f90c986

Please sign in to comment.