Skip to content

Commit

Permalink
consistent capitalisation please
Browse files Browse the repository at this point in the history
  • Loading branch information
jambun committed Jun 17, 2024
1 parent 2242f7c commit 6b8db51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/model/reftracker_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def self.get(uri, params = {})
Net::HTTP.get(url)
rescue => e
if e.class == SocketError
raise ReftrackerAPIException.new('Failed to connect to Reftracker')
raise ReftrackerAPIException.new('Failed to connect to RefTracker')
else
raise ReftrackerAPIException.new(e.message)
end
Expand Down

0 comments on commit 6b8db51

Please sign in to comment.