Further fix for the channel regression

This commit is contained in:
Eelco Dolstra 2015-11-02 14:58:23 +01:00
parent 20b412224e
commit b6d2c6f03a

View file

@ -32,7 +32,7 @@ sub all : Chained('get_builds') PathPart {
}
sub nix : Chained('get_builds') PathPart('channel/latest') {
sub nix : Chained('get_builds') PathPart('channel/latest') CaptureArgs(0) {
my ($self, $c) = @_;
$c->stash->{channelName} = $c->stash->{channelBaseName} . "-latest";