cmd/--repository.rb: tweak error message.
This commit is contained in:
parent
3bc01a4d31
commit
8ae18f463e
@ -26,7 +26,9 @@ module Homebrew
|
||||
|
||||
sig { override.void }
|
||||
def run
|
||||
raise StandardError, "This command is not meant to be run."
|
||||
raise StandardError,
|
||||
"This command is just here for completions generation. " \
|
||||
"It's actually defined in `cmd/--repository.sh` instead."
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user