Skip to content

Commit

Permalink
To fix spec issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
randhircs committed Jan 29, 2025
1 parent 8fcaa76 commit 3c25061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def sub_auth_url(source, credentials)
sig { params(credentials: T::Array[T::Hash[String, T.untyped]]).returns(T::Array[T::Hash[String, T.untyped]]) }
def config_variable_sources(credentials)
@config_variable_sources = T.let([], T.nilable(T::Array[T::Hash[String, T.untyped]]))
@config_variable_sources ||=
@config_variable_sources =
credentials.select { |cred| cred["type"] == "python_index" }.map.with_index do |c, i|
{
"name" => "dependabot-inserted-index-#{i}",
Expand Down

0 comments on commit 3c25061

Please sign in to comment.