Skip to content

Commit

Permalink
Update dnf/cli/cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Lebon <[email protected]>
  • Loading branch information
jmarrero and jlebon authored Jul 20, 2024
1 parent 8d7b530 commit 50e4734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnf/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50e4734

Please sign in to comment.