Extra speces removed.
This commit is contained in:
Tomas Abad 2023-05-31 17:49:58 +02:00
parent e694bc14f9
commit 9914cf5e18
6 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@
:local IpAddress [:resolve $SiteName];
# try pinging the IP address of this site
:local PingResult [/ping $IpAddress count=3 ];
:local PingResult [/ping $IpAddress count=3];
# try getting the web page of this site
:local UrlFetch [/tool fetch url=("https://$SiteName") mode=https \