Skip to content

Commit

Permalink
missed rename
Browse files Browse the repository at this point in the history
  • Loading branch information
cviecco committed Oct 30, 2023
1 parent ed5aa88 commit 7e1baa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/client/twofa/twofa.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,11 @@ func authenticateToTargetUrls(
logger log.DebugLogger) (baseURL string, err error) {

for _, baseURL = range targetUrls {
logger.Printf("attempting to target '%s' for '%s'\n", baseUrl, userName)
logger.Printf("attempting to target '%s' for '%s'\n", baseURL, userName)
err = authenticateUser(
userName,
password,
baseUrl,
baseURL,
skip2fa,
client,
userAgentString,
Expand Down

0 comments on commit 7e1baa9

Please sign in to comment.