Skip to content

Commit

Permalink
Update whatchanged method
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya Rani committed Nov 29, 2023
1 parent cf56362 commit 2bc8f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ohloh_scm/parser/git_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module OhlohScm
class GitParser < Parser
class << self
def whatchanged
"git log --raw --root -m --abbrev=40 --max-count=1 --always --pretty=#{format}"
"git whatchanged --root -m --abbrev=40 --max-count=1 --always --pretty=#{format}"
end

def format
Expand Down

0 comments on commit 2bc8f95

Please sign in to comment.