Merge pull request #1496 from AkihiroSuda/fix-typo-20200517

create-certs.sh: fix a typo
v0.8
Tõnis Tiigi 2020-05-17 00:01:23 -07:00 committed by GitHub
commit 6af5aa88f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if [[ "$#" -lt 1 ]]; then
echo
echo "Example: $0 buildkitd.default.svc 127.0.0.1"
echo
echo "The following iles will be created under ${DIR}"
echo "The following files will be created under ${DIR}"
echo "- daemon/{ca.pem,cert.pem,key.pem}"
echo "- client/{ca.pem,cert.pem,key.pem}"
echo "- ${PRODUCT}-daemon-certs.yaml"