style: show vault sync only in debug mode

This commit is contained in:
Oli
2025-11-01 14:56:58 +01:00
parent d34142eef0
commit 20f18ba4ac

View File

@@ -401,7 +401,7 @@ try {
$Session = Get-BWSession
# Sync vault
Write-Host "Syncing vault"
Write-Debug "Syncing vault"
try {
[Environment]::SetEnvironmentVariable("BW_SESSION", $Session, [System.EnvironmentVariableTarget]::Process)
& bw sync | Out-Null