Skip to content

Commit

Permalink
chore: Fix git clone directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
harshika-kashyap authored Jan 16, 2021
1 parent 4e5f9a1 commit 207b4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/csi-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Clone repo
```console
$ mkdir -p $GOPATH/src/sigs.k8s.io
$ git clone https://github.com/kubernetes-sigs/blob-csi-driver $GOPATH/src/sigs.k8s.io
$ git clone https://github.com/kubernetes-sigs/blob-csi-driver $GOPATH/src/sigs.k8s.io/blob-csi-driver
```

- Build Blob Storage CSI driver
Expand Down

0 comments on commit 207b4a7

Please sign in to comment.