diff options
Diffstat (limited to 'libexec/post-receive.d/02-build-snapshots')
-rwxr-xr-x | libexec/post-receive.d/02-build-snapshots | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/post-receive.d/02-build-snapshots b/libexec/post-receive.d/02-build-snapshots index 22f5bf9..578c071 100755 --- a/libexec/post-receive.d/02-build-snapshots +++ b/libexec/post-receive.d/02-build-snapshots | |||
@@ -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 | snapshot_repository='nagios-plugins.git' | 22 | snapshot_repository='monitoring-plugins.git' |
23 | snapshot_branches='maint master pu' | 23 | snapshot_branches='maint master pu' |
24 | 24 | ||
25 | if [ "$repository" = "$snapshot_repository" ] | 25 | if [ "$repository" = "$snapshot_repository" ] |