Add missing }

pull/4140/head^2
Isaac Connor 2025-01-04 12:12:57 -05:00
parent 067362382a
commit 7c180887c7
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ sub open {
$$self{base_url} = $uri->canonical();
$$self{address} = $uri->host_port();
Debug("User auth $$self{username} $$self{password} " . $uri->authority() . ' ' . $uri->host_port());
$self->{ua}->credentials($uri->host_port(), @$self{'realm', 'username', 'password');
$self->{ua}->credentials($uri->host_port(), @$self{'realm', 'username', 'password'});
chomp $$self{base_url};
Debug("Base_url is ".$$self{base_url});
} else {