style: show vault sync only in debug mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user