aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store
diff options
context:
space:
mode:
authorCarlo Nucera <carlo.nucera@protonmail.com>2020-06-02 11:00:10 -0400
committerCarlo Nucera <carlo.nucera@protonmail.com>2020-06-02 11:00:10 -0400
commita5d820a0a396db01e6297dfcadaa3218a1e918c7 (patch)
tree01ac853a7ebf045aca8bcb7125ebed671f1629e4 /src/nix-store
parent1b6461f671b5ad8475c6f30f82d8fc9422746508 (diff)
Change parseCa(Opt) to parseContentAddress(Opt)
Diffstat (limited to 'src/nix-store')
-rw-r--r--src/nix-store/nix-store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc
index 64ee9fd45..5d8d04252 100644
--- a/src/nix-store/nix-store.cc
+++ b/src/nix-store/nix-store.cc
@@ -947,7 +947,7 @@ static void opServe(Strings opFlags, Strings opArgs)
{
std::string rawCA;
in >> rawCA;
- info.ca = parseCaOpt(rawCA);
+ info.ca = parseContentAddressOpt(rawCA);
}
if (info.narSize == 0)