summaryrefslogtreecommitdiffstats
path: root/bin/build-snapshots
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-snapshots')
-rwxr-xr-xbin/build-snapshots2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-snapshots b/bin/build-snapshots
index 4c016c5..735aa16 100755
--- a/bin/build-snapshots
+++ b/bin/build-snapshots
@@ -21,7 +21,7 @@ prefix='/home/plugins'
21keep_days=2 21keep_days=2
22snapshot_dir="$prefix/web/download/snapshot" 22snapshot_dir="$prefix/web/download/snapshot"
23repository="$prefix/repositories/monitoring-plugins.git" 23repository="$prefix/repositories/monitoring-plugins.git"
24branches=${*:-'maint master pu'} 24branches=${*:-'master pu'}
25myself=${0##*/} 25myself=${0##*/}
26 26
27make_dist() 27make_dist()