diff options
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 |