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 authored and manasvinibs committed Jan 6, 2023
1 parent f90c986 commit 2378800
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 2378800

Please sign in to comment.