Skip to content

Commit

Permalink
CELIX-382: Update git clone command to use master instead of develop …
Browse files Browse the repository at this point in the history
…branch
  • Loading branch information
pnoltes committed Nov 21, 2016
1 parent 90457b9 commit 187b351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documents/building/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export WS=${HOME}/workspace
cd ${WS}

#clone the repro
git clone --single-branch --branch develop https://github.com/apache/celix.git
git clone --single-branch --branch master https://github.com/apache/celix.git
```

##Building Apache Celix
Expand Down

0 comments on commit 187b351

Please sign in to comment.