Skip to content

Commit

Permalink
tree.sh: use '2.1-stable' branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Sep 16, 2020
1 parent eee5a0c commit 2123615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Uses 'git clone --depth 1' due to Github not supporting 'git archive'.
#
DIR=css4j
GIT="git clone --depth 1 -c core.autocrlf=input -c core.eol=lf"
GIT="git clone --depth 1 -c core.autocrlf=input -c core.eol=lf --branch 2.1-stable"
${GIT} https://github.com/css4j/${DIR}.git
rm -fr ${DIR}/.git
rm ${DIR}/.gitignore
Expand Down

0 comments on commit 2123615

Please sign in to comment.