Skip to content

Commit

Permalink
Fix Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Aug 21, 2018
1 parent e3c7fc8 commit 8d6443b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/gitlab.sh
Expand Up @@ -54,8 +54,8 @@ gitlab_deploy() {
_savedomainconf Le_Deploy_gitlab_domain "$Le_Deploy_gitlab_domain"
fi

string_fullchain=$(_url_encode <$_cfullchain)
string_key=$(_url_encode <$_ckey)
string_fullchain=$(_url_encode <"$_cfullchain")
string_key=$(_url_encode <"$_ckey")

body="certificate=$string_fullchain&key=$string_key"

Expand Down

0 comments on commit 8d6443b

Please sign in to comment.