aboutsummaryrefslogtreecommitdiff
path: root/bdep/ci-types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-06-20 18:22:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-06-21 18:43:11 +0300
commit02970b233afb937f7a16d27d47ded056ce082c1e (patch)
treea138ccf067a540740c2c54bf7828b584856bcaf4 /bdep/ci-types.hxx
parent3f8dfa06e942872cea8404d17a780b673e768431 (diff)
Add ability to keep/update/remove current tag in bdep-release revision mode
Note that previously the default was to update while now it is to keep.
Diffstat (limited to 'bdep/ci-types.hxx')
-rw-r--r--bdep/ci-types.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/ci-types.hxx b/bdep/ci-types.hxx
index 4b2ab6d..522b730 100644
--- a/bdep/ci-types.hxx
+++ b/bdep/ci-types.hxx
@@ -14,7 +14,7 @@ namespace bdep
// This type is intended for accumulating package manifest override values
// from all the override-related options (see ci-parsers.hxx for details).
//
- class ci_override: public vector<butl::manifest_name_value>
+ class cmd_ci_override: public vector<butl::manifest_name_value>
{
};
}