From ab5d4e5051e3721096bbee4653293ec30884e53b Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sat, 25 Jan 2014 19:32:30 +0100 Subject: "build-snapshot" -> "build-snapshots" The script can build the snapshots for multiple branches in one go (and does that by default). --- libexec/post-receive.d/02-build-snapshots | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec/post-receive.d/02-build-snapshots') 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 for snapshot_branch in $snapshot_branches do test "$branch" = "$snapshot_branch" \ - && "$prefix/bin/build-snapshot" "$branch" + && "$prefix/bin/build-snapshots" "$branch" done done fi -- cgit v1.2.3-74-g34f1