We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f61826 commit b344a95Copy full SHA for b344a95
scripts/downloader/downloadAntDesign.sh
@@ -24,7 +24,7 @@ echo "downloadAntDesign: projectVersion=${projectVersion}"
24
# CDPATH reduces the scope of the cd command to potentially prevent unintended directory changes.
25
# This way non-standard tools like readlink aren't needed.
26
DOWNLOADER_SCRIPTS_DIR=${DOWNLOADER_SCRIPTS_DIR:-$( CDPATH=. cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P )}
27
-echo "downloadReactRouter: DOWNLOADER_SCRIPTS_DIR=${DOWNLOADER_SCRIPTS_DIR}"
+echo "downloadAntDesign: DOWNLOADER_SCRIPTS_DIR=${DOWNLOADER_SCRIPTS_DIR}"
28
29
source "${DOWNLOADER_SCRIPTS_DIR}/downloadTypescriptProject.sh" \
30
--url https://github.com/ant-design/ant-design.git \
0 commit comments