Skip to content

Commit

Permalink
'dnf list' command requires fresh metadata (RhBug:1669247)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-blaha authored and j-mracek committed Mar 8, 2019
1 parent 3ccabe3 commit 14b6d4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dnf/cli/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ def set_argparser(cls, parser):

def configure(self):
demands = self.cli.demands
demands.fresh_metadata = False
demands.sack_activation = True
if self.opts._packages_action:
self.opts.packages_action = self.opts._packages_action
Expand Down

0 comments on commit 14b6d4d

Please sign in to comment.