lib/rubysmith/configuration/enhancers/git_email.rb in rubysmith-4.0.1 vs lib/rubysmith/configuration/enhancers/git_email.rb in rubysmith-4.1.0
- old
+ new
@@ -22,10 +22,10 @@
private
attr_reader :git
- def email = git.get "user.email", "TODO"
+ def email = git.get("user.email").value_or("")
end
end
end
end