From 6c875658702d40ed31d8ae8992daa90fc5cd0efd Mon Sep 17 00:00:00 2001 From: Matthew Halpern Date: Thu, 20 Dec 2018 16:14:09 -0800 Subject: [PATCH] Update building.md (#474) IMHO most contributors will appreciate the lower case file name as that tends to be most common with directory names. --- docs/development/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/building.md b/docs/development/building.md index a395e7c691..7dece9b78a 100644 --- a/docs/development/building.md +++ b/docs/development/building.md @@ -2,7 +2,7 @@ ## Checkout source code ``` -git clone --recursive git@github.com:PegasysEng/Pantheon.git +git clone --recursive git@github.com:PegasysEng/pantheon.git ``` OR ```