diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-18T11·40+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-18T11·40+0200 |
commit | 259c6d3fbb1298488cc9d437ae81f313dba585fd (patch) | |
tree | 8a900b4b6c0c78ace7567e9b21994bf880fb6f1a /scripts | |
parent | 9cd3ff1059e9daffe65e24dc826268f1e69e2593 (diff) |
Fix URL set by nix-channel
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 |