Skip to content

Commit

Permalink
Use String instead of T.untyped for git_url_for_path parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Jul 3, 2024
1 parent d6d9248 commit 7cdbd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go_modules/lib/dependabot/go_modules/path_converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module PathConverter
extend T::Sig

sig do
params(path: T.untyped)
params(path: String)
.returns(
T.nilable(String)
)
Expand Down

0 comments on commit 7cdbd77

Please sign in to comment.