diff options
Diffstat (limited to 'roles/jails/22_forge/files/git-shell-commands/describe')
| -rw-r--r-- | roles/jails/22_forge/files/git-shell-commands/describe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/jails/22_forge/files/git-shell-commands/describe b/roles/jails/22_forge/files/git-shell-commands/describe index 43f75db..46451bf 100644 --- a/roles/jails/22_forge/files/git-shell-commands/describe +++ b/roles/jails/22_forge/files/git-shell-commands/describe @@ -1,4 +1,5 @@ #!/bin/sh +set -e if [ "$#" -ne 2 ]; then echo "Usage: describe [REPO_NAME] [DESCRIPTION]" echo "Note: quote the description if it contains spaces" |
