remove trailing newline

just had to make a trivial change for dokku 💩
This commit is contained in:
jomo 2015-01-10 01:37:33 +01:00
parent b9b7e8f2c0
commit 5bf3d7b5dc

View File

@ -14,4 +14,4 @@ for uuid in `cat "$dir/uuids.txt"`; do
helm="&helm"
fi
curl -sSL -o /dev/null -w "%{url_effective} %{http_code} %{time_total}s\\n" "http://$host/avatars/$uuid?size=$size$helm"
done
done