[examples] correct a spelling mistake (#24)
This commit is contained in:
parent
8cfd4ed4f2
commit
88444ab177
@ -55,7 +55,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d $dl_dir/$(basename "$resources" .tgz) ]; then
|
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
|
else
|
||||||
echo "Extracting $resources..."
|
echo "Extracting $resources..."
|
||||||
tar -xvzf $src_path/$resources -C $dl_dir || exit 1;
|
tar -xvzf $src_path/$resources -C $dl_dir || exit 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user