fixed a tiny typo

This commit is contained in:
James McGlashan 2011-12-11 02:54:22 +11:00
commit ba33dc788d

View file

@ -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