diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-25 10:32:38 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-25 10:32:38 +0100 |
commit | c63c6a6ead69c3604b40d3c16ae0937ae7ecf709 (patch) | |
tree | 0ef2f839860d98235cc0dda65e53a4da78251a88 /tests | |
parent | 0ff1663e4396e93b019c0cbfbe744585f763c8d7 (diff) | |
download | fuzzycat-c63c6a6ead69c3604b40d3c16ae0937ae7ecf709.tar.gz fuzzycat-c63c6a6ead69c3604b40d3c16ae0937ae7ecf709.zip |
fix formatting
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/data/fetch.sh | 2 |
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 |