diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/nix-channel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-channel.in b/scripts/nix-channel.in index 2bf5e633e85b..524ffa656451 100755 --- a/scripts/nix-channel.in +++ b/scripts/nix-channel.in @@ -88,7 +88,7 @@ sub update { my $exprs = ""; foreach my $name (keys %channels) { my $url = $channels{$name}; - my $origUrl = $url; + my $origUrl = "$url/MANIFEST"; # Check if $url is a redirect. If so, follow it now to ensure # consistency if the redirection is changed between |