Skip to content

Commit 2123615

Browse files
committed
tree.sh: use '2.1-stable' branch.
1 parent eee5a0c commit 2123615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Uses 'git clone --depth 1' due to Github not supporting 'git archive'.
88
#
99
DIR=css4j
10-
GIT="git clone --depth 1 -c core.autocrlf=input -c core.eol=lf"
10+
GIT="git clone --depth 1 -c core.autocrlf=input -c core.eol=lf --branch 2.1-stable"
1111
${GIT} https://github.com/css4j/${DIR}.git
1212
rm -fr ${DIR}/.git
1313
rm ${DIR}/.gitignore

0 commit comments

Comments
 (0)