Explorar o código

webhook deploy fix

bach %!s(int64=3) %!d(string=hai) anos
pai
achega
4554f1fa5a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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" = "" ]