diff --git a/load/01-basic b/load/01-basic index 71b5728..851cd5b 100644 --- a/load/01-basic +++ b/load/01-basic @@ -58,7 +58,7 @@ rsynchg() { rsync --help | grep "\-$1"; } gip () { - if which jqx &> /dev/null; then + if which jq &> /dev/null; then curl -s "https://dns.google/resolve?name=$1" | jq -r '.Answer[] | .data' return 0 else