Remove useless assignment

This commit is contained in:
Douwe Maan 2017-03-03 07:23:49 -06:00
parent caed61adee
commit 358897bcbf
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ module Commits
start_branch_name: @start_branch)
success
rescue Repository::CreateTreeError => e
rescue Repository::CreateTreeError
error_msg = "Sorry, we cannot #{action.to_s.dasherize} this #{@commit.change_type_title(current_user)} automatically.
A #{action.to_s.dasherize} may have already been performed with this #{@commit.change_type_title(current_user)}, or a more recent commit may have updated some of its content."
raise ChangeError, error_msg