Issue #2850 : grammar corrections for "exists" and "exist".

This commit is contained in:
Tony Gravagno
2020-06-29 11:29:10 -07:00
parent 71a5f0e84e
commit eca57beec1
8 changed files with 15 additions and 14 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env sh
# If certificate already exist it will update only cert and key not touching other parameter
# If certificate doesn't exist it will only upload cert and key and not set other parameter
# If certificate already exists it will update only cert and key, not touching other parameters
# If certificate doesn't exist it will only upload cert and key, and not set other parameters
# Note that we deploy full chain
# Written by Geoffroi Genot <ggenot@voxbone.com>