diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-22 08:14:20 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-22 08:14:20 (GMT) |
commit | d746e0ab64c3543a634b246083c41125019bff63 (patch) | |
tree | 5d9b76b04478efa7c2f80ac490d54374e50f2cb1 /libexec/post-receive.d/03-build-docs | |
parent | 8781253ccb286a6fe556780c1cfca2e8021a1fcd (diff) | |
download | site-d746e0ab64c3543a634b246083c41125019bff63.tar.gz |
Git hooks: Use new project name
Diffstat (limited to 'libexec/post-receive.d/03-build-docs')
-rwxr-xr-x | libexec/post-receive.d/03-build-docs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/post-receive.d/03-build-docs b/libexec/post-receive.d/03-build-docs index d717f6f..5fa7549 100755 --- a/libexec/post-receive.d/03-build-docs +++ b/libexec/post-receive.d/03-build-docs | |||
@@ -19,7 +19,7 @@ export PATH='/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' | |||
19 | 19 | ||
20 | prefix='/home/plugins' | 20 | prefix='/home/plugins' |
21 | repository=${PWD##*/} | 21 | repository=${PWD##*/} |
22 | doc_repository='nagios-plugins.git' | 22 | doc_repository='monitoring-plugins.git' |
23 | doc_branch='master' | 23 | doc_branch='master' |
24 | 24 | ||
25 | if [ "$repository" = "$doc_repository" ] | 25 | if [ "$repository" = "$doc_repository" ] |