From b7e71c61d3627e0fd3fa46afcd98cbfd2050746b Mon Sep 17 00:00:00 2001 From: Roman Reiss Date: Thu, 9 Apr 2015 11:39:59 +0200 Subject: [PATCH] doc: update curl usage in COLLABORATOR_GUIDE --- COLLABORATOR_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 650253245c59f3..c4b06cbbe5cb3a 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -132,7 +132,7 @@ $ git merge --ff-only origin/v1.x Apply external patches ```text -$ curl https://github.com/iojs/io.js/pull/xxx.patch | git am --whitespace=fix +$ curl -L https://github.com/iojs/io.js/pull/xxx.patch | git am --whitespace=fix ``` Check and re-review the changes