From 5d513688ae07d96910dd1eef83bdad4e9d780373 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 22 Apr 2021 21:57:13 +0300 Subject: Add support for linked configurations --- bpkg/rep-list.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/rep-list.cxx') diff --git a/bpkg/rep-list.cxx b/bpkg/rep-list.cxx index 5b961c0..67b25bf 100644 --- a/bpkg/rep-list.cxx +++ b/bpkg/rep-list.cxx @@ -107,7 +107,7 @@ namespace bpkg fail << "unexpected argument '" << args.next () << "'" << info << "run 'bpkg help rep-list' for more information"; - database db (open (c, trace)); + database db (c, trace, false /* pre_attach */); transaction t (db); session s; // Repository dependencies can have cycles. -- cgit v1.1