Skip to content

Commit 267f2ec

Browse files
committed
Update hash syntax
1 parent 5900200 commit 267f2ec

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
@@ -12,11 +12,11 @@ class IssueTracker < ErrbitPlugin::IssueTracker
1212
'OAuth token.'
1313

1414
FIELDS = {
15-
:username => {
16-
:placeholder => "Your username on GitHub"
15+
username: {
16+
placeholder: "Your username on GitHub"
1717
},
18-
:password => {
19-
:placeholder => "Password for your account"
18+
password: {
19+
placeholder: "Password for your account"
2020
}
2121
}
2222

0 commit comments

Comments
 (0)