소스 검색

webhook deploy fix

bach 3 년 전
부모
커밋
4554f1fa5a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bin/webhook.sh

+ 1 - 1
bin/webhook.sh

@@ -56,7 +56,7 @@ if [ "$_domain" != "" ]; then
 fi
 done
 
-_id=$(echo "$_domain" | sed "s/./_/g")
+_id=$(echo "$_domain" | sed "s/\./_/g")
 
 _remote=""
 while [ "$_remote" = "" ]