Remove trailing slash

This commit is contained in:
Charlie Drage 2016-11-21 15:33:26 -05:00
parent e8d12c3c53
commit 1708c14ad3

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/kompose/
cd $GOPATH/src/github.com/kubernetes-incubator/kompose
script/godep-restore.sh
```