Merge pull request #286 from containscafeine/godep_doc_fix

Minor doc fix
This commit is contained in:
sebgoa 2016-11-21 18:01:35 +01:00 committed by GitHub
commit e8d12c3c53

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
```