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

Commit 78cb059

Browse files
deorbitdlorenc
authored andcommitted
Fix destination path for clone in contrib guidance. (#255)
1 parent 750860d commit 78cb059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ with your personal GitHub account. Then, clone the fork into your `$GOPATH`:
1313

1414
```bash
1515
git clone [email protected]:<your_account>/container-diff.git
16-
$GOPATH/src/github.com/GoogleContainerTools &&
16+
$GOPATH/src/github.com/GoogleContainerTools/container-diff &&
1717
cd $GOPATH/src/github.com/GoogleContainerTools/container-diff &&
1818
git remote add upstream [email protected]:GoogleContainerTools/container-diff.git
1919
```

0 commit comments

Comments
 (0)