From 62143b1fa11d0a28fdf2acd281fbd9b3ccc2f50b Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 22 Jun 2016 14:39:52 -0400 Subject: [PATCH] Document that REV is optional [ci skip] --- docs/development/plugin-triggers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/plugin-triggers.md b/docs/development/plugin-triggers.md index 4c8735eaf..1313bcb03 100644 --- a/docs/development/plugin-triggers.md +++ b/docs/development/plugin-triggers.md @@ -725,7 +725,7 @@ APP="$1"; verify_app_name "$APP" - Description: Allows you to customize what occurs when an app is received. Normally just triggers an application build. - Invoked by: `dokku git-hook`, `dokku ps:rebuild` -- Arguments: `$APP $REV` +- Arguments: `$APP $REV` (`$REV` may not be included in cases where a repository is not pushed) - Example: ```shell