Skip to content

Commit

Permalink
fix item vs. action in hook docs
Browse files Browse the repository at this point in the history
  • Loading branch information
trehn committed May 31, 2017
1 parent a58afb1 commit 508d2f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/repo/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This is a list of all functions a hook file may implement.

---

**`action_run_start(repo, node, action, **kwargs)`**
**`action_run_start(repo, node, item, **kwargs)`**

Called each time a `bw apply` command reaches a new action.

Expand All @@ -36,7 +36,7 @@ Called each time a `bw apply` command reaches a new action.

---

**`action_run_end(repo, node, action, duration=None, status=None, **kwargs)`**
**`action_run_end(repo, node, item, duration=None, status=None, **kwargs)`**

Called each time a `bw apply` command completes processing an action.

Expand Down

0 comments on commit 508d2f8

Please sign in to comment.