Skip to content

Commit

Permalink
Fix copy-pasted class name
Browse files Browse the repository at this point in the history
  • Loading branch information
rosa committed Mar 25, 2024
1 parent 3d40ff7 commit 215874e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/console1984/shield.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def extend_sockets
socket_classes.push(Redis::Connection::TCPSocket)
end

if defined?(Redis::Connection::TCPSocket)
if defined?(Redis::Connection::SSLSocket)
socket_classes.push(Redis::Connection::SSLSocket)
end

Expand Down

0 comments on commit 215874e

Please sign in to comment.