Skip to content

Commit 03a1f44

Browse files
author
Tod Beardsley
committed
No need to escape single quotes in %q{} strigns
1 parent 2f87c88 commit 03a1f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/http/jboss_bshdeployer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def initialize
1515
'Description' => %q{
1616
This module can be used to install a WAR file payload on JBoss servers that have
1717
an exposed "jmx-console" application. The payload is put on the server by
18-
using the jboss.system:BSHDeployer\'s createScriptDeployment() method.
18+
using the jboss.system:BSHDeployer's createScriptDeployment() method.
1919
},
2020
'Author' =>
2121
[

0 commit comments

Comments
 (0)