aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/sync.cxx')
-rw-r--r--bdep/sync.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/sync.cxx b/bdep/sync.cxx
index 46eaf1a..eac8b8c 100644
--- a/bdep/sync.cxx
+++ b/bdep/sync.cxx
@@ -1449,7 +1449,7 @@ namespace bdep
// origin project (which we may not have).
//
for (dir_path d: po.config ())
- append (normalize (d, "configuration"));
+ append (normalize (d, "configuration directory"));
if (const char* o = (po.config_id_specified () ? "--config-id" :
po.config_name_specified () ? "--config-name|-n" :
@@ -2571,7 +2571,7 @@ namespace bdep
{
dir_path d (c.first);
- normalize (d, "configuration");
+ normalize (d, "configuration directory");
if (open && contains (*open, d))
continue;