Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit 9950d93

Browse files
committed
Merge branch 'master' of https://github.com/google/end-to-end
2 parents 1c827bf + 3f29fca commit 9950d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

download-libs.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cd lib
3939

4040
# checkout closure library
4141
if [ ! -d closure-library/.git ]; then
42-
git clone --depth 1 https://github.com/google/closure-library/ closure-library
42+
git clone --depth 1 https://github.com/google/closure-library closure-library
4343
fi
4444

4545
# checkout zlib.js
@@ -54,7 +54,7 @@ if [ ! -d closure-compiler/.git ]; then
5454
if [ -d closure-compiler ]; then # remove binary release directory
5555
rm -rf closure-compiler
5656
fi
57-
git clone --depth 1 https://github.com/google/closure-compiler/ closure-compiler
57+
git clone --depth 1 https://github.com/google/closure-compiler closure-compiler
5858
fi
5959

6060
# build closure compiler

0 commit comments

Comments
 (0)