cmd/link: Bump to Sorbet typed: strict

This commit is contained in:
Issy Long 2024-08-10 23:58:53 +01:00
parent fc3c138cb0
commit 0272c6efb2
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
# typed: true # typed: strict
# frozen_string_literal: true # frozen_string_literal: true
require "abstract_command" require "abstract_command"
@ -123,6 +123,7 @@ module Homebrew
private private
sig { params(keg: Keg).void }
def puts_keg_only_path_message(keg) def puts_keg_only_path_message(keg)
bin = keg/"bin" bin = keg/"bin"
sbin = keg/"sbin" sbin = keg/"sbin"