Skip to content

Commit b344a95

Browse files
committed
Fix typo in info log entry
1 parent 6f61826 commit b344a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/downloader/downloadAntDesign.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ echo "downloadAntDesign: projectVersion=${projectVersion}"
2424
# CDPATH reduces the scope of the cd command to potentially prevent unintended directory changes.
2525
# This way non-standard tools like readlink aren't needed.
2626
DOWNLOADER_SCRIPTS_DIR=${DOWNLOADER_SCRIPTS_DIR:-$( CDPATH=. cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P )}
27-
echo "downloadReactRouter: DOWNLOADER_SCRIPTS_DIR=${DOWNLOADER_SCRIPTS_DIR}"
27+
echo "downloadAntDesign: DOWNLOADER_SCRIPTS_DIR=${DOWNLOADER_SCRIPTS_DIR}"
2828

2929
source "${DOWNLOADER_SCRIPTS_DIR}/downloadTypescriptProject.sh" \
3030
--url https://github.com/ant-design/ant-design.git \

0 commit comments

Comments
 (0)