fix noob syntax error

This commit is contained in:
Solene Rapenne 2019-01-25 11:12:23 +01:00
parent f5fc8cf869
commit 17024e3560
1 changed files with 3 additions and 3 deletions

View File

@ -105,11 +105,11 @@
(create-probe
ping
(command-return-code
#openbsd
#+openbsd
(list "ping" "-w1" "-c2" (getf params :host))
#freebsd
#+freebsd
(list "ping" "-W1" "-c2" (getf params :host))
#linux
#+linux
(list "ping" "-W1" "-c2" (getf params :host))))
(create-probe