restpack-core-client 0.1.10 → 0.1.11
Sign up to get free protection for your applications and to get access to all the features.
@@ -28,8 +28,8 @@ module RestPack
|
|
28
28
|
raise "host is not configured: #{host}" if result.empty?
|
29
29
|
|
30
30
|
p "result: #{result}"
|
31
|
-
p "found domains: #{result[
|
32
|
-
p "first domain: #{result[
|
31
|
+
p "found domains: #{result[:domains]}"
|
32
|
+
p "first domain: #{result[:domains].first}"
|
33
33
|
|
34
34
|
result[:domains].first
|
35
35
|
end
|