We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c0e7b commit b464d46Copy full SHA for b464d46
COLLABORATOR_GUIDE.md
@@ -132,7 +132,7 @@ $ git merge --ff-only origin/v1.x
132
Apply external patches
133
134
```text
135
-$ 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
136
```
137
138
Check and re-review the changes
0 commit comments