Skip to content

Commit

Permalink
Fix knative path to match the image paths (#1665)
Browse files Browse the repository at this point in the history
Currently the ko apply -f config/ will result in Pods failing to pull images due to image path missmatch.
This PR comes to fix it.
  • Loading branch information
Pavel Kravchenko authored and knative-prow-robot committed Sep 10, 2019
1 parent a59dae6 commit 9bc4616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ To check out this repository:
1. Clone it to your machine:

```shell
mkdir -p ${GOPATH}/src/github.com/knative
cd ${GOPATH}/src/github.com/knative
mkdir -p ${GOPATH}/src/knative.dev
cd ${GOPATH}/src/knative.dev
git clone [email protected]:${YOUR_GITHUB_USERNAME}/eventing.git
cd eventing
git remote add upstream [email protected]:knative/eventing.git
Expand Down

0 comments on commit 9bc4616

Please sign in to comment.