diff --git a/config.yaml b/config.yaml index f479160..9e6fff1 100644 --- a/config.yaml +++ b/config.yaml @@ -2,7 +2,7 @@ actions: - replace: - target: "spec" find: | - if ping -c 3 -w 20 8.8.8.8 && wget http://libguestfs.org -O /dev/null; then + if ping -c 3 -w 20 8.8.8.8 && curl http://libguestfs.org -o /dev/null; then extra= else mkdir cachedir repo