Add missing }

This commit is contained in:
Isaac Connor committed 2025-01-04 12:12:57 -05:00
1 parent 067362382a
commit 7c180887c7
1 file changed
+1 -1
@@ -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 {