Skip to content

Commit

Permalink
Fix syntax error on json and filename error in certificates
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs committed Mar 11, 2024
1 parent 90374cd commit 51f03f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/libs/certificate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ keyring_run_zwekring_jcl() {
validity="${8}"
security_product="${9}"

member_prefix="ZWEIK"
member_prefix="ZWEIKR"
if [ "${security_product}" = "TSS" ]; then
member_name="${member_prefix}T${jcloption}"
elif [ "${security_product}" = "ACF2" ]; then
Expand Down Expand Up @@ -997,7 +997,7 @@ keyring_run_zwenokyr_jcl() {
jcllib="${2}"
security_product="${3}"

member_prefix="ZWEINOKR"
member_prefix="ZWENOKR"
if [ "${security_product}" = "TSS" ]; then
member_name="${member_prefix}T"
elif [ "${security_product}" = "ACF2" ]; then
Expand Down
4 changes: 2 additions & 2 deletions schemas/zowe-yaml-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
"properties": {
"home": {
"$ref": "/schemas/v2/server-common#zoweOptionalPath",
"description": "Path to Java home directory. If java is at '/java/home/bin/java', than this would be '/java/home' "
"description": "Path to Java home directory. If java is at '/java/home/bin/java', than this would be '/java/home'"
}
}
},
Expand All @@ -566,7 +566,7 @@
"properties": {
"home": {
"$ref": "/schemas/v2/server-common#zoweOptionalPath",
"description": "Path to node.js home directory. If node is at '/node/home/bin/node', than this would be '/node/home' ""
"description": "Path to node.js home directory. If node is at '/node/home/bin/node', than this would be '/node/home'"
}
}
},
Expand Down

0 comments on commit 51f03f1

Please sign in to comment.