Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Commit bd0b0f0

Browse files
authored
Merge pull request #22 from hawky-4s-/master
fix typo in README
2 parents 159a0dd + 5120f0a commit bd0b0f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vault-operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ $ go install github.com/operator-framework/operator-sdk/commands/operator-sdk
3434
Checkout this Vault Operator repository:
3535

3636
```sh
37-
$ mkdir $GOPATH/github.com/operator-framework
38-
$ cd $GOPATH/github.com/operator-framework
37+
$ mkdir $GOPATH/src/github.com/operator-framework
38+
$ cd $GOPATH/src/github.com/operator-framework
3939
$ git clone https://github.com/operator-framework/operator-sdk-samples.git
4040
$ cd operator-sdk-samples/vault-operator
4141
```

0 commit comments

Comments
 (0)