From 34d83399d6501914ab5b7e16247440b2d368b8ba Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 16 Apr 2020 08:35:36 +0300 Subject: [PATCH] libressl: Fix typo. Closes #181 --- core/libressl/files/update-certdata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/libressl/files/update-certdata.sh b/core/libressl/files/update-certdata.sh index 7efe516b..66d0a2fe 100755 --- a/core/libressl/files/update-certdata.sh +++ b/core/libressl/files/update-certdata.sh @@ -10,5 +10,5 @@ cd /etc/ssl && { curl https://curl.haxx.se/ca/cacert.pem -o cacert.pem mv -f cacert.pem cert.pem - printf '%s\n' "${0##*/}: updated cert.pm" + printf '%s\n' "${0##*/}: updated cert.pem" }