Skip to content

Commit bc3e37d

Browse files
committed
Do report an error on yupdate overlay.
Before: it would silently do nothing (and I would wonder why my intent, `yupdate overlay create`, did not work) Now: report an error, as intented
1 parent e896d3b commit bc3e37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/yupdate

+1-1
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ module YUpdate
570570
when "diff"
571571
OverlayFS.find_all.map(&:print_diff)
572572
else
573-
InvalidCommand.new(command)
573+
InvalidCommand.new(command).run
574574
end
575575
end
576576
end

0 commit comments

Comments
 (0)