forked from the-distro/channel-scripts
fixing copy paste typo
This commit is contained in:
parent
a055dc2cdc
commit
0ec4463dbd
1 changed files with 1 additions and 1 deletions
|
@ -226,4 +226,4 @@ system("git push channels $rev:refs/heads/$channelName >&2") == 0 or die;
|
||||||
|
|
||||||
# Update channel on channels.nixos.org
|
# Update channel on channels.nixos.org
|
||||||
$bucketChannels->add_key($channelsDir, $target, { "x-amz-website-redirect-location" => $target });
|
$bucketChannels->add_key($channelsDir, $target, { "x-amz-website-redirect-location" => $target });
|
||||||
$bucketChannels->add_key("$channelsDir/nixexprs.tar.xz", $target, { "x-amz-website-redirect-location" => $target });
|
$bucketChannels->add_key("$channelsDir/nixexprs.tar.xz", $target, { "x-amz-website-redirect-location" => "$target/nixexprs.tar.xz" });
|
||||||
|
|
Loading…
Reference in a new issue