Clean up whitespace a bit

bug/bundler_fix
William Vu 2014-10-27 14:49:27 -05:00
parent 91dc875af5
commit 7f66d18cfd
No known key found for this signature in database
GPG Key ID: E761DCB4C1629024
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ module Ui
#
###
module Banner
#
# Returns a specific metasploit logo. If the specified file is a relative path
# then the file will be searched for first in the included local directory,
@ -39,6 +40,7 @@ module Banner
return self.readfile ENV['MSFLOGO'] if ENV['MSFLOGO']
logos = []
# Easter egg (always a cow themed logo): export/set GOCOW=1
if ENV['GOCOW']
logos.concat(Dir.glob(::Msf::Config.logos_directory + File::SEPARATOR + 'cow*.txt'))