aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-fetch.hxx')
-rw-r--r--bpkg/rep-fetch.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/rep-fetch.hxx b/bpkg/rep-fetch.hxx
index cfd5f81..0a7cacd 100644
--- a/bpkg/rep-fetch.hxx
+++ b/bpkg/rep-fetch.hxx
@@ -32,7 +32,7 @@ namespace bpkg
struct package
{
package_manifest manifest;
- string repository_state; // See package_location::state.
+ string repository_fragment; // See package_location::fragment.
};
std::vector<repository> repositories;