Commit 358897bc authored by Douwe Maan's avatar Douwe Maan

Remove useless assignment

parent caed61ad
...@@ -37,7 +37,7 @@ module Commits ...@@ -37,7 +37,7 @@ module Commits
start_branch_name: @start_branch) start_branch_name: @start_branch)
success 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. 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." 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 raise ChangeError, error_msg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment