Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Fix destination path for clone in contrib guidance. #255

Merged
merged 1 commit into from
Aug 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ with your personal GitHub account. Then, clone the fork into your `$GOPATH`:

```bash
git clone [email protected]:<your_account>/container-diff.git
$GOPATH/src/github.com/GoogleContainerTools &&
$GOPATH/src/github.com/GoogleContainerTools/container-diff &&
cd $GOPATH/src/github.com/GoogleContainerTools/container-diff &&
git remote add upstream [email protected]:GoogleContainerTools/container-diff.git
```
Expand Down