diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/build-snapshots | 2 |
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' | |||
21 | keep_days=2 | 21 | keep_days=2 |
22 | snapshot_dir="$prefix/web/download/snapshot" | 22 | snapshot_dir="$prefix/web/download/snapshot" |
23 | repository="$prefix/repositories/monitoring-plugins.git" | 23 | repository="$prefix/repositories/monitoring-plugins.git" |
24 | branches=${*:-'maint master pu'} | 24 | branches=${*:-'master pu'} |
25 | myself=${0##*/} | 25 | myself=${0##*/} |
26 | 26 | ||
27 | make_dist() | 27 | make_dist() |