Remove unneeded width arg

bug/bundler_fix
Jon Hart 2015-11-13 11:49:50 -08:00
parent 4a707b33a2
commit 38ca943219
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class Metasploit3 < Msf::Post
text = datastore['MESSAGE']
end
datastore['COWSAY'] ? Rex::Text.cowsay(text, 100) : text
datastore['COWSAY'] ? Rex::Text.cowsay(text) : text
end
def run