diff options
-rw-r--r-- | libbpkg/manifest.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx index 0fa2a4c..dc488de 100644 --- a/libbpkg/manifest.cxx +++ b/libbpkg/manifest.cxx @@ -2070,8 +2070,7 @@ namespace bpkg case repository_protocol::file: { return local && - dir_exists (path_cast<dir_path> (*url.path) / dir_path (".git"), - false) + dir_exists (path_cast<dir_path> (*url.path) / dir_path (".git")) ? repository_type::git : repository_type::pkg; } |