Merge pull request #4349 from kai-chi/patch-1

fix branch name in CONTRIBUTING
This commit is contained in:
eugene yokota 2018-09-10 23:32:56 -04:00 committed by GitHub
commit 034bfb45be
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