Skip to content

Commit 19985ca

Browse files
pantsforcatspeterpaul
authored andcommitted
Fix echo message as well
1 parent beaf86f commit 19985ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup-devenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ cd "${BASE_DIR}"
152152
if [ ! -f "${TARGET_DIR}/pid_issuer/ca.key.pem" ]; then
153153
generate_pid_issuer_root_ca
154154
else
155-
echo -e "${INFO}Target file '${TARGET_DIR}/pid_issuer/ca_privkey.pem' already exists, not (re-)generating PID root CA"
155+
echo -e "${INFO}Target file '${TARGET_DIR}/pid_issuer/ca.key.pem' already exists, not (re-)generating PID root CA"
156156
fi
157157

158158
# Generate pid issuer key and cert

0 commit comments

Comments
 (0)