Typo in find script

This commit is contained in:
Firepup Sixfifty 2025-03-19 16:38:32 -05:00
parent 4404b79edb
commit 49636084a7
Signed by: Firepup650
SSH key fingerprint: SHA256:in03N+Byhi/nMAIIKKMxbNMskVXULLrovhGkPNFEsdg

View file

@ -9,4 +9,4 @@ username = " ".join(argv)
for k, v in userMappings.items():
if username in v:
print(f"Found it! {k} ({v}")
print(f"Found it! {k} ({v})")