Skip to content

Commit

Permalink
SC2115 – ShellCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
seb711 authored and maxi-k committed May 7, 2024
1 parent aa97bc5 commit 222d76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/regression-benchmark/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sync_uris() {
fi

btr_dir="./csvtobtrdata/btrblocks/$name/"
mkdir -p "$btr_dir" || rm -rf "$btr_dir"/*
mkdir -p "$btr_dir" || rm -rf "${$btr_dir:?}"/*
bin_dir="./csvtobtrdata/btrblocks_bin/$name/"
echo "aws s3 sync $uri $bin_dir"
if [[ ! -d $bin_dir ]]; then
Expand Down

0 comments on commit 222d76c

Please sign in to comment.