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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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