From 620186a31a28aaa15ab14c774fd56b14cc8d392d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 13 Jun 2022 15:15:11 +0300 Subject: Print configuration information in prompt --- bpkg/package-configuration.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/package-configuration.cxx') diff --git a/bpkg/package-configuration.cxx b/bpkg/package-configuration.cxx index 9375a7c..b6c153f 100644 --- a/bpkg/package-configuration.cxx +++ b/bpkg/package-configuration.cxx @@ -121,7 +121,7 @@ namespace bpkg pos.first--; pos.second--; // Convert to 0-base. const dependency_alternative& da ( - dept.available.get ().dependencies[pos.first][pos.second]); + dept.available->dependencies[pos.first][pos.second]); assert (da.require || da.prefer); -- cgit v1.1