Further fix for the channel regression
This commit is contained in:
parent
20b412224e
commit
b6d2c6f03a
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user