Minor doc fix

This commit is contained in:
Shubham 2016-11-16 11:30:20 +05:30 committed by GitHub
parent 83c7a824dc
commit ef8184f4e5

View File

@ -119,7 +119,7 @@ If it is not a valid version try, make sure you have updated the godep repo with
1. Populate dependencies for your Kompose.
```console
cd $GOPATH/src/github.com/kubernetes-incubator
cd $GOPATH/src/github.com/kubernetes-incubator/kompose/
script/godep-restore.sh
```