Merge pull request #2262 from dokku/josegonzalez-patch-1

Document that REV is optional in the receive-app trigger
This commit is contained in:
Jose Diaz-Gonzalez
2016-06-22 14:40:06 -04:00
committed by GitHub

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