diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/nix/src/nix-channel/nix-channel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/nix-channel/nix-channel.cc b/third_party/nix/src/nix-channel/nix-channel.cc index 0fb53780d3b1..87cc0a1fea87 100644 --- a/third_party/nix/src/nix-channel/nix-channel.cc +++ b/third_party/nix/src/nix-channel/nix-channel.cc @@ -140,7 +140,7 @@ static void update(const StringSet& channelNames) { CachedDownloadRequest(url + "/nixexprs.tar.bz2")) .path; } - absl::StripTrailingAsciiWhitespace(filename); + filename = absl::StripTrailingAsciiWhitespace(filename); } // Regardless of where it came from, add the expression representing this |