Skip to content

Commit

Permalink
Add --check to rpm-ostree command
Browse files Browse the repository at this point in the history
  • Loading branch information
bajertom committed Nov 22, 2024
1 parent c72f5db commit 9c21ff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tmt/package_managers/rpm_ostree.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ def _extra_options(

def refresh_metadata(self) -> CommandOutput:
script = ShellScript(
f'{self.command.to_script()} update ')
f'{self.command.to_script()} upgrade '
f'{self.options.to_script()} --check ')

return self.guest.execute(script)

Expand Down

0 comments on commit 9c21ff0

Please sign in to comment.