Skip to content

Commit

Permalink
fix: look for actual gems
Browse files Browse the repository at this point in the history
  • Loading branch information
3v0k4 committed Dec 4, 2024
1 parent 75fc741 commit b2eb8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/degem/git_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def git_log(gem_name)
"git log",
"--pretty=format:'%H%x09%cs%x09%s'",
"--pickaxe-regex",
"-S '#{gem_name}'",
"-S \"['\\\"]#{gem_name}['\\\"]\"",
"--",
"Gemfile",
"|",
Expand Down

0 comments on commit b2eb8e7

Please sign in to comment.