diff options
Diffstat (limited to 'source/repo_update.sh')
-rw-r--r-- | source/repo_update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/repo_update.sh b/source/repo_update.sh index f1c0fca..3c82ca7 100644 --- a/source/repo_update.sh +++ b/source/repo_update.sh @@ -1,6 +1,6 @@ #!/bin/sh # this will go on the post-receive hooks for repos updated by lorry -set -e +set -ex category=lorry |