Author: jamestaylor
Date: Mon Aug 3 23:47:19 2015
New Revision: 1693985
URL: http://svn.apache.org/r1693985
Log:
Fix typo on contributing page for how to generate patch
Modified:
phoenix/site/source/src/site/markdown/contributing.md
Modified: phoenix/site/source/src/site/markdown/contributing.md
URL:
http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/contributing.md?rev=1693985&r1=1693984&r2=1693985&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/contributing.md (original)
+++ phoenix/site/source/src/site/markdown/contributing.md Mon Aug 3 23:47:19
2015
@@ -49,7 +49,7 @@ The commit message should reference the
2. Make and commit changes
3. Generate a patch based on the name of the JIRA issue, as follows:
- `git format-patch --stdout master > PHOENIX-{NUMBER}.patch`
+ `git format-patch --stdout origin > PHOENIX-{NUMBER}.patch`
4. Attach the created patch file to the jira ticket