Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit af00e54

Browse files
committed
Fixed extra quotes
1 parent 578b414 commit af00e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/DeployToHPVS.bashlib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ For more information about creating a container registry in IBM Cloud see here h
568568
# Config variable: rootPassphrase #
569569
#--------------------------------------------------------------------------#
570570
prompt_for_passphrase "Now we'll need to generate some keys, a Root key which is the root key of the docker content trust to store a tagged image,
571-
a repository key (aka "target key"); allows you to sign image tags and manage delegations (including delegated keys or permitted delegation paths),
571+
a repository key (aka target key); allows you to sign image tags and manage delegations (including delegated keys or permitted delegation paths),
572572
an Encryption key for the HPVS registration definition file (generated automatically in the background) and a Vendor key, required for signing the HPVS registration definition file
573573
Enter passphrase for the root signing key" true
574574
change_config_var ${1} "rootPassphrase" "${USERINPUT}"

0 commit comments

Comments
 (0)