Skip to content

Commit

Permalink
Fix git workflow (wrong name in instructions)
Browse files Browse the repository at this point in the history
  • Loading branch information
jontelang committed Dec 4, 2015
1 parent fce4611 commit 50ac17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GitWorkflows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ to perform a simple repo setup for the Swift repository::

$ git config --global user.name "<My Name>"
$ git config --global user.email "<My Email>"
$ mkdir swift-source && cd swift-soure
$ mkdir swift-source && cd swift-source
$ git clone <LLVM_REPO_URL>
$ git clone <CLANG_REPO_URL>
$ git clone <SWIFT_REPO_URL>
Expand Down

0 comments on commit 50ac17d

Please sign in to comment.