Skip to content

Commit 04bf0b4

Browse files
committed
Fix forgotten comma
1 parent 1a82a20 commit 04bf0b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/admin/smb/check_dir_file.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def initialize
4343
)
4444

4545
register_options([
46-
OptString.new('SMBSHARE', [true, 'The name of an accessible share on the server', 'C$'])
47-
OptString.new('RPATH', [true, 'The name of the remote file/directory relative to the share']),
46+
OptString.new('SMBSHARE', [true, 'The name of an accessible share on the server', 'C$']),
47+
OptString.new('RPATH', [true, 'The name of the remote file/directory relative to the share'])
4848
], self.class)
4949

5050
end

0 commit comments

Comments
 (0)