Skip to content

Commit c43a04f

Browse files
committed
Fix quotes
1 parent b7e280d commit c43a04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/names_manager/canonical_names.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def self.map(canonical_name, *also_as)
274274
map 'Bryan Kang', 'deepblue'
275275
map 'Buddhika Laknath', 'laknath', 'Laknath'
276276
map 'Caio Chassot', 'caio', "k\100v2studio.com"
277-
map 'Caleb Buxton', "Caleb"
277+
map 'Caleb Buxton', 'Caleb'
278278
map 'Caleb Tennis', "caleb\100aei-tech.com"
279279
map 'Caleb Hearth', 'Caleb Thompson'
280280
map 'Calvin Yu', 'cyu'

0 commit comments

Comments
 (0)