From c63c6a6ead69c3604b40d3c16ae0937ae7ecf709 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 25 Nov 2020 10:32:38 +0100 Subject: fix formatting --- tests/data/fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/data/fetch.sh b/tests/data/fetch.sh index 8b2ad02..bf6832c 100755 --- a/tests/data/fetch.sh +++ b/tests/data/fetch.sh @@ -12,7 +12,7 @@ CSV="verify.csv" mkdir -p release for ident in $(awk -F, '{print $1"\n"$2}' "$CSV"); do - dst="release/$ident" + dst="release/$ident" if [ -f "$dst" ]; then echo >&2 "[cached] $dst" continue -- cgit v1.2.3