Skip to content

Commit 38ca943

Browse files
committed
Remove unneeded width arg
1 parent 4a707b3 commit 38ca943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/general/wall.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def message
4444
text = datastore['MESSAGE']
4545
end
4646

47-
datastore['COWSAY'] ? Rex::Text.cowsay(text, 100) : text
47+
datastore['COWSAY'] ? Rex::Text.cowsay(text) : text
4848
end
4949

5050
def run

0 commit comments

Comments
 (0)