aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest-utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/manifest-utility.cxx')
-rw-r--r--bpkg/manifest-utility.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/manifest-utility.cxx b/bpkg/manifest-utility.cxx
index 031d51a..d697620 100644
--- a/bpkg/manifest-utility.cxx
+++ b/bpkg/manifest-utility.cxx
@@ -95,7 +95,7 @@ namespace bpkg
// if directory contains the .git/ subdirectory then git, otherwise
// bpkg.
//
- repository_type t;
+ repository_type t (repository_type::bpkg);
if (ot)
t = *ot;