This commit is contained in:
2026-01-18 03:23:01 -08:00
parent aa675a625a
commit 66132811e0
8 changed files with 50 additions and 50 deletions

View File

@@ -395,7 +395,7 @@ class Get_Url(Cmdlet):
info = backend.get_url_info(raw_pattern) # type: ignore[attr-defined]
if isinstance(info, dict):
norm = (
info.get("normalised_url")
info.get("normalized_url")
or info.get("normalized_url")
)
if isinstance(norm, str) and norm.strip():