From 3f9933cad331d712387807450f04b5f849e35729 Mon Sep 17 00:00:00 2001 From: Manfred Brandl Date: Thu, 18 Jun 2020 18:33:20 +0200 Subject: [PATCH] Add missing quote in CONTRIBUTING,md Line 430 after develop --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5dd9d1474..32b10cf49 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -427,7 +427,7 @@ If you did not use your copy of iD for some while, other Pull Request gets merge `git remote add upstream git@github.com:openstreetmap/iD.git` -Then change to the `develop branch and get everything from upstream (the main repository) +Then change to the `develop` branch and get everything from upstream (the main repository) `git checkout develop ; git fetch --all && git reset --hard upstream/develop`