libressl: Fix typo. Closes #181

This commit is contained in:
Dylan Araps 2020-04-16 08:35:36 +03:00
parent f17e915ca2
commit 34d83399d6
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -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"
}