Skip to content

Commit

Permalink
Update base.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
maciej-gol committed Jun 11, 2023
1 parent edd181f commit df059fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lib/dependabot/file_fetchers/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def _build_github_file_struct(file)

def _gitlab_repo_contents(repo, path, commit)
gitlab_client.
repo_tree(repo, path: path, ref_name: commit, per_page: 100).
repo_tree(repo, path: path, ref: commit, per_page: 100).
map do |file|
# GitLab API essentially returns the output from `git ls-tree`
type = case file.type
Expand Down

0 comments on commit df059fb

Please sign in to comment.