[examples] correct a spelling mistake (#24)

This commit is contained in:
Menglong Xu 2021-12-05 21:24:06 +08:00 committed by GitHub
parent 8cfd4ed4f2
commit 88444ab177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ else
fi
if [ -d $dl_dir/$(basename "$resources" .tgz) ]; then
echo "Not extracting $(basename "$dataset" .tar.gz) as it is already there."
echo "Not extracting $(basename "$resources" .tar.gz) as it is already there."
else
echo "Extracting $resources..."
tar -xvzf $src_path/$resources -C $dl_dir || exit 1;