From 5e40d45fedc7181810d837a77a8a1ca97b5f8665 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 24 Nov 2020 13:58:40 +0300 Subject: Adapt to converting local repo canonical name path part to lower case on Windows --- bdep/status.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/status.cxx') 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. -- cgit v1.1