소스 검색

remove trailing newline

just had to make a trivial change for dokku :shit:
jomo 10 년 전
부모
커밋
5bf3d7b5dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/bulk.sh

+ 1 - 1
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