fixed the url left in the gping alias

This commit is contained in:
Brad Ganley 2024-02-29 14:55:02 -06:00
parent db0503aa96
commit 8539770f5e

View File

@ -118,4 +118,4 @@ alias gitgraph='git log --graph --oneline --decorate'
## See open ports
alias ports='netstat -tuln '
# gping
alias gping='docker run --rm -ti --network host ghcr.io/orf/gping:gping-v1.15.1 google.com'
alias gping='docker run --rm -ti --network host ghcr.io/orf/gping'