瀏覽代碼

Fix Syntax

Yann Bizeul 7 年之前
父節點
當前提交
e3c7fc8077
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"