Skip to content

Commit

Permalink
https://github.com/andgineer/bitwarden-import-msecure/issues/2
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
andgineer committed Apr 27, 2024
1 parent f5696da commit d74964b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitwarden_import_msecure/msecure_to_bitwarden.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def patch(input_path: Path, output_path: Path) -> None:
if data["name"] in uri_dict:
print(
f"Name collision: item `{data['name']}`, "
f"has different URLs: `{uri_dict[data["name"]]}` "
f"has different URLs: `{uri_dict[data['name']]}` "
f"and `{uri}`. Using first one."
)
else:
Expand Down

0 comments on commit d74964b

Please sign in to comment.