From 50e473473bd4ca35094e71508840d4f4b1bd3c7c Mon Sep 17 00:00:00 2001 From: Joseph Marrero Corchado Date: Fri, 19 Jul 2024 22:36:21 -0400 Subject: [PATCH] Update dnf/cli/cli.py Co-authored-by: Jonathan Lebon --- dnf/cli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnf/cli/cli.py b/dnf/cli/cli.py index 66fab07dc0..eec61e2e8c 100644 --- a/dnf/cli/cli.py +++ b/dnf/cli/cli.py @@ -219,7 +219,7 @@ def do_transaction(self, display=()): if bootc_docs: _bootc_host_msg = _(""" *** Error: system is configured to be read-only; for more -*** information see: """ + dnf.util._bootc_doc_url()) +*** information see: """ + bootc_docs) else: _bootc_host_msg = _(""" *** Error: system is configured to be read-only; for more