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 i [:resolve $s];
# try pinging the IP address of this site
:local p [/ping $i count=3 ];
:local p [/ping $i count=3];
# try fetching the web page of this site
:local u [/tool fetch url=("https://$s") mode=https http-method=get \