From 612722619c322c6519f4b9030a55379c4ea70d87 Mon Sep 17 00:00:00 2001 From: Mendy Danzinger Date: Mon, 30 Sep 2019 15:20:12 -0400 Subject: [PATCH] Update CONTRIBUTING.md fix git clone example, excluding the protocol results in an error `fatal: repository 'github.com/digitalocean/godo' does not exist` --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89b096c..43de4fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ go get -u github.com/stretchr/testify/assert If outside `$GOPATH`, just clone the repository: ```sh -git clone github.com/digitalocean/godo +git clone https://github.com/digitalocean/godo ``` ## Running tests