1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-15 13:50:58 +01: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

View File

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