aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-02-22 11:19:29 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-02-22 12:33:48 +0300
commit8fad6bef99ec3519fc0f87038f9dbb331c1230df (patch)
tree694fab93c7356a5eeecac00cf8b1be2f6b0024f3 /bpkg/rep-fetch.cxx
parentb3ca587b6c7c6f3f3c2bfa63629878c090f4a5a2 (diff)
Rename repository state to fragment
Diffstat (limited to 'bpkg/rep-fetch.cxx')
-rw-r--r--bpkg/rep-fetch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/rep-fetch.cxx b/bpkg/rep-fetch.cxx
index 0458975..fc59ed9 100644
--- a/bpkg/rep-fetch.cxx
+++ b/bpkg/rep-fetch.cxx
@@ -593,7 +593,7 @@ namespace bpkg
//
p->locations.push_back (
package_location {lazy_shared_ptr<repository> (db, r),
- move (fp.repository_state),
+ move (fp.repository_fragment),
move (*pm.location)});
if (persist)