summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
Diffstat (limited to 'development.md')
-rw-r--r--development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/development.md b/development.md
index f750c611..ccd64386 100644
--- a/development.md
+++ b/development.md
@@ -17,7 +17,7 @@ $ echo $GOPATH
/home/user/goproj
$ mkdir -p $GOPATH/src/github.com/GoogleCloudPlatform/
$ cd $GOPATH/src/github.com/GoogleCloudPlatform/
-$ git clone git@github.com:GoogleCloudPlatform/kubernetes.git
+$ git clone https://github.com/GoogleCloudPlatform/kubernetes.git
```
The commands above will not work if there are more than one directory in ``$GOPATH``.