From d606be5efbd767433a95dc112c40f17819d76d87 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Thu, 13 Feb 2014 16:41:18 -0600 Subject: [PATCH] That's funny I changed the wrong method --- lib/rex/compat.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rex/compat.rb b/lib/rex/compat.rb index a06cc905bc..cc6656715b 100644 --- a/lib/rex/compat.rb +++ b/lib/rex/compat.rb @@ -148,7 +148,7 @@ def self.open_browser(url='http://google.com/') end end -def self.open_webrtc_browser(url='http://metasploit.com/') +def self.open_webrtc_browser(url='http://google.com/') found_browser = false case RUBY_PLATFORM