Skip to content

Commit

Permalink
Update node_version_validator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhishekReddy1127 committed Jan 11, 2023
1 parent 751e304 commit aaf8690
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, ' +
'So ignoring any incpatibilities in node version.';
'So ignoring any incapabilities in node version.';
console.warn(errorMessage);
}
}

0 comments on commit aaf8690

Please sign in to comment.