Skip to content

Commit f94c3ce

Browse files
committed
Fix FrozenError
1 parent 0effdff commit f94c3ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/errbit_github_plugin/issue_tracker.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ class IssueTracker < ErrbitPlugin::IssueTracker
77

88
LABEL = 'github'
99

10-
NOTE = 'Please configure your github repository in the <strong>GITHUB ' <<
11-
'REPO</strong> field above.<br/> Instead of providing your ' <<
12-
'username & password, you can link your Github account to your ' <<
13-
'user profile, and allow Errbit to create issues using your ' <<
10+
NOTE = 'Please configure your github repository in the <strong>GITHUB ' \
11+
'REPO</strong> field above.<br/> Instead of providing your ' \
12+
'username & password, you can link your Github account to your ' \
13+
'user profile, and allow Errbit to create issues using your ' \
1414
'OAuth token.'
1515

1616
FIELDS = {

0 commit comments

Comments
 (0)