fix branch name in CONTRIBUTING

This commit is contained in:
Kajetan Maliszewski
2018-09-10 16:18:40 +02:00
committed by GitHub
parent c1a00959a5
commit 6fa6c1bf7b
+1 -1
View File
@@ -142,7 +142,7 @@ sbt uses two branches for development:
$ mkdir sbt-modules
$ cd sbt-modules
$ for i in sbt io util librarymanagement zinc; do \
git clone https://github.com/sbt/$i.git && (cd $i; git checkout -b develop origin/develp)
git clone https://github.com/sbt/$i.git && (cd $i; git checkout -b develop origin/develop)
done
$ cd sbt
$ ./sbt-allsources.sh