Fix minor issue in chromecast_youtube

bug/bundler_fix
William Vu 2015-02-17 05:13:25 -06:00
commit a4c6e427b4
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class Metasploit4 < Msf::Auxiliary
when 201
print_good("Playing https://www.youtube.com/watch?v=#{vid}")
when 200
print_status("Stopping video")
print_status('Stopping video')
when 404
print_error("Couldn't #{action.name.downcase} video")
end