From ca9c69e2cc2aedef4f22350196c44eb69eab5ffe Mon Sep 17 00:00:00 2001 From: aeris Date: Sat, 15 Apr 2017 16:24:09 +0200 Subject: [PATCH] Missing awesome_print include --- lib/cryptcheck/tls/host.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cryptcheck/tls/host.rb b/lib/cryptcheck/tls/host.rb index 36ae265..70a5245 100644 --- a/lib/cryptcheck/tls/host.rb +++ b/lib/cryptcheck/tls/host.rb @@ -1,3 +1,4 @@ +require 'awesome_print' require 'timeout' module CryptCheck