Skip to content

Commit

Permalink
Merge pull request #1118 from yast/yupdate-usability
Browse files Browse the repository at this point in the history
Do report an error on `yupdate overlay`.
  • Loading branch information
mvidner authored May 30, 2024
2 parents e896d3b + bc3e37d commit 2b90c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/yupdate
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ module YUpdate
when "diff"
OverlayFS.find_all.map(&:print_diff)
else
InvalidCommand.new(command)
InvalidCommand.new(command).run
end
end
end
Expand Down

0 comments on commit 2b90c8e

Please sign in to comment.