mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
shell_command: fix typecheck error
This commit is contained in:
parent
5fc0fe21a7
commit
dba8a13b74
@ -9,6 +9,8 @@ module Homebrew
|
||||
|
||||
sig { void }
|
||||
def run
|
||||
T.bind(self, AbstractCommand)
|
||||
|
||||
sh_cmd_path = "#{self.class.dev_cmd? ? "dev-cmd" : "cmd"}/#{self.class.command_name}.sh"
|
||||
raise StandardError,
|
||||
"This command is just here for completions generation. " \
|
||||
|
Loading…
x
Reference in New Issue
Block a user