diff options
-rwxr-xr-x | bin/build-snapshots (renamed from bin/build-snapshot) | 0 | ||||
-rwxr-xr-x | libexec/post-receive.d/02-build-snapshots | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-snapshot b/bin/build-snapshots index 4c016c5..4c016c5 100755 --- a/bin/build-snapshot +++ b/bin/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 | |||
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 |
37 | fi | 37 | fi |