From 8fad6bef99ec3519fc0f87038f9dbb331c1230df Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Feb 2018 11:19:29 +0200 Subject: Rename repository state to fragment --- bpkg/pkg-checkout.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-checkout.cxx') diff --git a/bpkg/pkg-checkout.cxx b/bpkg/pkg-checkout.cxx index 83ab935..7377b8e 100644 --- a/bpkg/pkg-checkout.cxx +++ b/bpkg/pkg-checkout.cxx @@ -119,7 +119,7 @@ namespace bpkg dir_path sd (c / repos_dir); sd /= dir_path (sha256 (rl.canonical_name ()).abbreviated_string (16)); - sd /= dir_path (pl->state); + sd /= dir_path (pl->fragment); sd /= path_cast (pl->location); // Verify the package prerequisites are all configured since the dist -- cgit v1.1