Skip to content

Commit ce720ce

Browse files
committed
In google closure library script, use https url instead of ssh
1 parent 2541e16 commit ce720ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/closure-library-release/closure-library-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set -e
3434

3535
POM_TEMPLATE_FILE="google-closure-library.pom.template"
3636
THIRD_PARTY_POM_TEMPLATE_FILE="google-closure-library-third-party.pom.template"
37-
GIT_CLONE_URL="git@github.com:google/closure-library.git"
37+
GIT_CLONE_URL="https://github.com/google/closure-library.git"
3838

3939
### Functions
4040

0 commit comments

Comments
 (0)