From 7870b5692ede0afa4b5c6518dd1ca864381c7bb3 Mon Sep 17 00:00:00 2001 From: John Oberg <46617567+Hambone68@users.noreply.github.com> Date: Sun, 27 Jan 2019 16:50:42 -0500 Subject: [PATCH] Update ssh_cpanel.sh Add missing space to comment to fix Travis check (maybe) --- deploy/ssh_cpanel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/ssh_cpanel.sh b/deploy/ssh_cpanel.sh index b4091127..fff1732a 100644 --- a/deploy/ssh_cpanel.sh +++ b/deploy/ssh_cpanel.sh @@ -77,7 +77,7 @@ ssh_cpanel_deploy() { _info "Deploy certificates to remote server $Le_Deploy_ssh_cpanel_user@$Le_Deploy_ssh_cpanel_server" - # read cert and key files and urlencode both + # read cert and key files and urlencode both _info "URL Encode Certificate..." _cert=$(_url_encode <"$_ccert")