Document that REV is optional

[ci skip]
This commit is contained in:
Jose Diaz-Gonzalez
2016-06-22 14:39:52 -04:00
committed by GitHub
parent a522adfecb
commit 62143b1fa1

View File

@@ -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