Skip to content

Commit

Permalink
#9555:sorbet error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-meka committed Apr 26, 2024
1 parent 5afafed commit 30860e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuget/lib/dependabot/nuget/file_parser.rb
Expand Up @@ -27,7 +27,7 @@ def parse
key = workspace_path
cache[key] ||= begin
# run discovery for the repo
NativeHelpers.run_nuget_discover_tool(repo_root: T.must(repo_contents_path),
NativeHelpers.run_nuget_discover_tool(repo_root: repo_contents_path,
workspace_path: workspace_path,
output_path: DiscoveryJsonReader.discovery_file_path,
credentials: credentials)
Expand Down

0 comments on commit 30860e6

Please sign in to comment.