# File lib/bummr/git.rb, line 6 def initialize @git_commit = ENV.fetch("BUMMR_GIT_COMMIT") { "git commit" } end