mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
fix(env): stop printing Bitwarden secret names
This commit is contained in:
parent
2beed8b53d
commit
fe5d0be6db
2 changed files with 41 additions and 2 deletions
|
|
@ -431,8 +431,7 @@ def _apply_external_secret_sources(home_path: Path) -> None:
|
|||
if src.applied:
|
||||
print(
|
||||
f" {src.label}: applied {len(src.applied)} "
|
||||
f"secret{'s' if len(src.applied) != 1 else ''} "
|
||||
f"({', '.join(sorted(src.applied))})",
|
||||
f"secret{'s' if len(src.applied) != 1 else ''}",
|
||||
file=sys.stderr,
|
||||
)
|
||||
if src.result.error:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue