Skip to content

Commit

Permalink
Fix typo in file name
Browse files Browse the repository at this point in the history
Co-authored-by: David McIntosh <804610+mctofu@users.noreply.github.com>
  • Loading branch information
deivid-rodriguez and mctofu committed Sep 27, 2022
1 parent 874e35c commit a485486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lib/dependabot/python/file_fetcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def self.required_files_in?(filenames)
# If this repo is using a Pipfile return true
return true if filenames.include?("Pipfile")

# If this repo is using pryproject.toml return true
# If this repo is using pyproject.toml return true
return true if filenames.include?("pyproject.toml")

return true if filenames.include?("setup.py")
Expand Down

0 comments on commit a485486

Please sign in to comment.