Skip to content

Commit 0466163

Browse files
committed
Fixing scripts typos
1 parent 9c9c350 commit 0466163

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/pull_vctk_data.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ wget "$URL" -O "$TMPZIP"
2424
DIRECTORY="./python/data/VCTK-DEMAND"
2525

2626
if [[ -d "$DIRECTORY" ]]; then
27-
echo "DNS3 directory exists: '$DIRECTORY'"
27+
echo "VCTK-DEMAND directory exists: '$DIRECTORY'"
2828
else
29-
echo "DNS3 directory doesn't exist"
29+
echo "VCTK-DEMAND directory doesn't exist"
3030
echo "Creating directory: $DIRECTORY "
3131
mkdir -p "$DIRECTORY"
3232
fi

0 commit comments

Comments
 (0)