Skip to content

Commit

Permalink
More frendly dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumLoopHole committed Apr 15, 2024
1 parent 87eb5a7 commit 912227a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnf/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def resolving(cli, base):
except IOError as e:
return ex_IOError(e)
else:
logger.info(_('Complete!'))
logger.info(_('Complete! :)'))
return 0


Expand Down

0 comments on commit 912227a

Please sign in to comment.