lib/codebuild-notifier/git.rb in codebuild-notifier-0.3.2 vs lib/codebuild-notifier/git.rb in codebuild-notifier-1.0.0

- old
+ new

@@ -16,10 +16,10 @@ # along with codebuild-notifier. If not, see <http://www.gnu.org/licenses/>. module CodeBuildNotifier module Git def current_commit - `git show -s --format='%h|%aN|%aE|%cE|%s'`.chomp.split('|') + `git show -s --format='%h|%aN|%aE|%cN|%cE|%s'`.chomp.split('|') end module_function :current_commit end end