fixed the url left in the gping alias

Former-commit-id: 8539770f5e
This commit is contained in:
Brad Ganley
2024-02-29 14:55:02 -06:00
parent 602181d2fb
commit 1bc740f3d8

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'