Skip to content

Commit 99fb905

Browse files
committed
fix typo
1 parent 0e14557 commit 99fb905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/http/octopusdeploy_deploy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def do_login
349349
if !res || (res.code != 200)
350350
print_error("Login failed")
351351
elsif res.code == 200
352-
store_valid_credential(user: datestore['USERNAME'], private: datastore['PASSWORD'])
352+
store_valid_credential(user: datastore['USERNAME'], private: datastore['PASSWORD'])
353353
end
354354

355355
res

0 commit comments

Comments
 (0)