summaryrefslogtreecommitdiff
path: root/app/models/project_services/jira_service.rb
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-01-08 15:22:42 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-01-08 15:22:42 +0100
commitd09f1a4443696cdd7187ba855da26e57905ef422 (patch)
treeaf94bda4336a94f5a75a0bf47aff5a71474e83fe /app/models/project_services/jira_service.rb
parentfc7b14a534ed63af787b63b22fee9cd267cae5b0 (diff)
downloadgitlab-ce-d09f1a4443696cdd7187ba855da26e57905ef422.tar.gz
Remove useless assignment to variable
Diffstat (limited to 'app/models/project_services/jira_service.rb')
-rw-r--r--app/models/project_services/jira_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/project_services/jira_service.rb b/app/models/project_services/jira_service.rb
index 9f9b44f099b..8a43a021819 100644
--- a/app/models/project_services/jira_service.rb
+++ b/app/models/project_services/jira_service.rb
@@ -40,7 +40,7 @@ class JiraService < IssueTrackerService
end
def help
- line1 = 'Setting `project_url`, `issues_url` and `new_issue_url` will '\
+ 'Setting `project_url`, `issues_url` and `new_issue_url` will '\
'allow a user to easily navigate to the Jira issue tracker. See the '\
'[integration doc](http://doc.gitlab.com/ce/integration/external-issue-tracker.html) '\
'for details.'