aboutsummaryrefslogtreecommitdiff
path: root/bdep/status.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-11-24 13:58:40 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-11-24 13:58:40 +0300
commit5e40d45fedc7181810d837a77a8a1ca97b5f8665 (patch)
tree33b59913a2ae3c0c0ce296a24c70c07b1641c788 /bdep/status.cxx
parent6b625bea1beee70c326e1e32936e66ecc23ba99c (diff)
Adapt to converting local repo canonical name path part to lower case on Windows
Diffstat (limited to 'bdep/status.cxx')
-rw-r--r--bdep/status.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/status.cxx b/bdep/status.cxx
index a4cdb28..2e60b29 100644
--- a/bdep/status.cxx
+++ b/bdep/status.cxx
@@ -33,7 +33,7 @@ namespace bdep
"fetch",
"-d", cfg,
"--shallow",
- "dir:" + prj.string ());
+ repository_name (prj));
// Don't show the hold status since the only packages that will normally
// be held are the project's. But do show dependency constraints.