Skip to content

Commit

Permalink
Fix a trivial typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smcintyre-r7 committed Dec 6, 2024
1 parent 75a334c commit a708f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auxiliary/admin/ldap/change_password.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def run
if (@base_dn = ldap.base_dn)
print_status("#{ldap.peerinfo} Discovered base DN: #{@base_dn}")
else
fail_with(failure::UnexpectedReply, "Couldn't discover base DN!")
fail_with(Failure::UnexpectedReply, "Couldn't discover base DN!")
end
end
@ldap = ldap
Expand Down

0 comments on commit a708f8c

Please sign in to comment.