summaryrefslogtreecommitdiff
path: root/_posts/2009-10-16-post-receive-hooks.markdown
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2009-10-16-post-receive-hooks.markdown')
-rw-r--r--_posts/2009-10-16-post-receive-hooks.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2009-10-16-post-receive-hooks.markdown b/_posts/2009-10-16-post-receive-hooks.markdown
index 25db1e8..80a5d65 100644
--- a/_posts/2009-10-16-post-receive-hooks.markdown
+++ b/_posts/2009-10-16-post-receive-hooks.markdown
@@ -63,7 +63,7 @@ post '/' do
end
{% endhighlight %}
-The `commits` array is ordered with the most recent commit as the first element. The last element, therefor, is the oldest commit.
+The `commits` array is ordered with the oldest commit as the first element. The last element is the newest commit and should match the "after" value for the branch.
Here's an example payload: