From e7322577c7c552400231eecbdeb2f7c821fd95c0 Mon Sep 17 00:00:00 2001 From: isaac-hammes Date: Thu, 10 Aug 2023 09:24:17 -0700 Subject: [PATCH] Fix rubocop --- lib/vmpooler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vmpooler.rb b/lib/vmpooler.rb index 5d44d68..985a72b 100644 --- a/lib/vmpooler.rb +++ b/lib/vmpooler.rb @@ -214,7 +214,7 @@ module Vmpooler port: port, password: password, reconnect_attempts: redis_reconnect_attempts, - connect_timeout: 300, + connect_timeout: 300 ) end