0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

fix(burl): misspelling

This commit is contained in:
kaivio 2022-03-19 21:26:19 +08:00 committed by GitHub
parent fb3836bbbe
commit 0becaa50fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
function burl() {
local url="$1"
if [[ "$url" == '' || "$rl" == '-h' ]]; then
if [[ "$url" == '' || "$url" == '-h' ]]; then
cat <<EOF
Usage:
burl <URL> [...other args of curl]