mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
fixed a tiny typo
This commit is contained in:
parent
630295efc8
commit
ba33dc788d
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ sprunge() {
|
|||
# read from stdin
|
||||
url=$(curl -s -F 'sprunge=<-' http://sprunge.us <& 0)
|
||||
urls=(${url//[[:space:]]})
|
||||
echo "stdin: $url"
|
||||
echo "stdin: $url" >> $OMZ/sprunge.log
|
||||
else
|
||||
# treat arguments as a list of files to upload
|
||||
for file in $@; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue