Fix Syntax

This commit is contained in:
Yann Bizeul 2018-08-21 16:35:39 +02:00
parent bbf2a15f27
commit e3c7fc8077
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ gitlab_deploy() {
string_fullchain=$(_url_encode <$_cfullchain)
string_key=$(_url_encode <$_ckey)
body="certificate=$string_fullchain&key=$string_key"
export _H1="PRIVATE-TOKEN: $Le_Deploy_gitlab_token"