From 5bf3d7b5dcd49a4843cdd24f6da9594b7897dd4c Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 10 Jan 2015 01:37:33 +0100 Subject: [PATCH] remove trailing newline just had to make a trivial change for dokku :shit: --- test/bulk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bulk.sh b/test/bulk.sh index cfaf622..bbbac09 100755 --- a/test/bulk.sh +++ b/test/bulk.sh @@ -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 \ No newline at end of file