Skip to content

Commit

Permalink
Change path to home (#3896)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Zeithaml <[email protected]>
Co-authored-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
Martin-Zeithaml and 1000TurquoisePogs committed Jul 5, 2024
1 parent a2f637e commit f39938f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/libs/java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ require_java() {
fi

if [ -z "${JAVA_HOME}" ]; then
print_error_and_exit "Error ZWEL0122E: Cannot find java. Set the java.path value in the Zowe YAML, or include java in the PATH environment variable of any accounts that start or manage Zowe" "" 122
print_error_and_exit "Error ZWEL0122E: Cannot find java. Set the java.home value in the Zowe YAML, or include java in the PATH environment variable of any accounts that start or manage Zowe" "" 122
fi

ensure_java_is_on_path
Expand Down
2 changes: 1 addition & 1 deletion bin/libs/node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ require_node() {
fi

if [ -z "${NODE_HOME}" ]; then
print_error_and_exit "Error ZWEL0121E: Cannot find node. Set the node.path value in the Zowe YAML, or include node in the PATH environment variable of any accounts that start or manage Zowe" "" 121
print_error_and_exit "Error ZWEL0121E: Cannot find node. Set the node.home value in the Zowe YAML, or include node in the PATH environment variable of any accounts that start or manage Zowe" "" 121
fi

ensure_node_is_on_path
Expand Down

0 comments on commit f39938f

Please sign in to comment.