summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/post-receive.d/02-build-snapshots2
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 578c071..ca06043 100755
--- a/libexec/post-receive.d/02-build-snapshots
+++ b/libexec/post-receive.d/02-build-snapshots
@@ -31,7 +31,7 @@ then
31 for snapshot_branch in $snapshot_branches 31 for snapshot_branch in $snapshot_branches
32 do 32 do
33 test "$branch" = "$snapshot_branch" \ 33 test "$branch" = "$snapshot_branch" \
34 && "$prefix/bin/build-snapshot" "$branch" 34 && "$prefix/bin/build-snapshots" "$branch"
35 done 35 done
36 done 36 done
37fi 37fi