Skip to content

Commit

Permalink
Merge pull request #78 from schadenfred/master
Browse files Browse the repository at this point in the history
call user_name method instead of git_user_name method
  • Loading branch information
PikachuEXE authored Jun 26, 2019
2 parents d6a86c4 + dd33d16 commit e6bf4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gem/release/context/git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def user_email

def user_login
str = `git config --get github.user`.strip
str.empty? ? git_user_name : str
str.empty? ? user_name : str
end
end
end
Expand Down

0 comments on commit e6bf4a9

Please # to comment.