Browse Source

Fix Syntax

Yann Bizeul 6 years ago
parent
commit
e3c7fc8077
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deploy/gitlab.sh

+ 1 - 1
deploy/gitlab.sh

@@ -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"