style: show vault sync only in debug mode
This commit is contained in:
@@ -401,7 +401,7 @@ try {
|
|||||||
$Session = Get-BWSession
|
$Session = Get-BWSession
|
||||||
|
|
||||||
# Sync vault
|
# Sync vault
|
||||||
Write-Host "Syncing vault"
|
Write-Debug "Syncing vault"
|
||||||
try {
|
try {
|
||||||
[Environment]::SetEnvironmentVariable("BW_SESSION", $Session, [System.EnvironmentVariableTarget]::Process)
|
[Environment]::SetEnvironmentVariable("BW_SESSION", $Session, [System.EnvironmentVariableTarget]::Process)
|
||||||
& bw sync | Out-Null
|
& bw sync | Out-Null
|
||||||
|
|||||||
Reference in New Issue
Block a user