Skip to content

Commit 69453c1

Browse files
committed
Missing ?
1 parent 2c6b904 commit 69453c1

File tree

1 file changed

+1
-1
lines changed
  • lib/metasploit/framework/login_scanner

1 file changed

+1
-1
lines changed

lib/metasploit/framework/login_scanner/gitlab.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class GitLab < HTTP
1313
# (see Base#set_sane_defaults)
1414
def set_sane_defaults
1515
self.uri = '/users/sign_in' if uri.nil?
16-
self.method = 'POST' if method.nil
16+
self.method = 'POST' if method.nil?
1717

1818
super
1919
end

0 commit comments

Comments
 (0)