Skip to content

Commit 494ee16

Browse files
author
jvazquez-r7
committed
Fix indent
1 parent 2d99c46 commit 494ee16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/exploits/unix/webapp/libretto_upload_exec.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ def initialize(info={})
4747
'DisclosureDate' => "Jun 14 2013",
4848
'DefaultTarget' => 0))
4949

50-
register_options(
51-
[
52-
OptString.new('TARGETURI', [true, 'The base path to LibrettoCMS', '/librettoCMS_v.2.2.2/'])
53-
], self.class)
50+
register_options(
51+
[
52+
OptString.new('TARGETURI', [true, 'The base path to LibrettoCMS', '/librettoCMS_v.2.2.2/'])
53+
], self.class)
5454
end
5555

5656

0 commit comments

Comments
 (0)