Skip to content

Commit

Permalink
env_config: Tighten hash types some more
Browse files Browse the repository at this point in the history
Co-authored-by: Bo Anderson <[email protected]>
  • Loading branch information
issyl0 and Bo98 committed Jul 23, 2024
1 parent fdb661e commit 2bc119f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/env_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ module EnvConfig
description: "A comma-separated list of hostnames and domain names excluded " \
"from proxying by `curl`(1), `git`(1) and `svn`(1) when downloading through Homebrew.",
},
}.freeze, T::Hash[Symbol, T.untyped])
}.freeze, T::Hash[Symbol, T::Hash[Symbol, T.untyped]])

sig { params(env: Symbol, hash: T::Hash[Symbol, T.untyped]).returns(String) }
def env_method_name(env, hash)
Expand Down

0 comments on commit 2bc119f

Please sign in to comment.