summaryrefslogtreecommitdiffstats
path: root/libexec/post-receive.d/02-build-snapshots
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/post-receive.d/02-build-snapshots')
-rwxr-xr-xlibexec/post-receive.d/02-build-snapshots2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/post-receive.d/02-build-snapshots b/libexec/post-receive.d/02-build-snapshots
index 59bf9d3..22f5bf9 100755
--- a/libexec/post-receive.d/02-build-snapshots
+++ b/libexec/post-receive.d/02-build-snapshots
@@ -15,6 +15,8 @@
15set -e 15set -e
16set -u 16set -u
17 17
18export PATH='/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin'
19
18prefix='/home/plugins' 20prefix='/home/plugins'
19repository=${PWD##*/} 21repository=${PWD##*/}
20snapshot_repository='nagios-plugins.git' 22snapshot_repository='nagios-plugins.git'