Skip to content

Commit e0fd010

Browse files
author
Myztiq
committed
Updated name
1 parent ecdbdb5 commit e0fd010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cleanup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Note that this will have no effect if the `DONT_DELETE_KEYS` environment has
55
# been set (useful for testing)
66
cleanup::exit_trap() {
7-
# Delete the keys unless the `DO_NOT_DELETE` flag is set
7+
# Delete the keys unless the `DONT_DELETE_KEYS` flag is set
88
if [[ "${DONT_DELETE_KEYS}" == "" ]]; then
99
log::info '[CLEANUP TRAP] Removing Keys'
1010
rm -f "${CERT_PATH}"/ca-key.pem \

0 commit comments

Comments
 (0)