aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-25 10:32:38 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-25 10:32:38 +0100
commitc63c6a6ead69c3604b40d3c16ae0937ae7ecf709 (patch)
tree0ef2f839860d98235cc0dda65e53a4da78251a88
parent0ff1663e4396e93b019c0cbfbe744585f763c8d7 (diff)
downloadfuzzycat-c63c6a6ead69c3604b40d3c16ae0937ae7ecf709.tar.gz
fuzzycat-c63c6a6ead69c3604b40d3c16ae0937ae7ecf709.zip
fix formatting
-rwxr-xr-xtests/data/fetch.sh2
1 files changed, 1 insertions, 1 deletions
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