Merge pull request #2717 from MichaelEischer/fix-flaky-password-prompt

backup: Avoid race between password prompt and open repository message
This commit is contained in:
MichaelEischer 2020-05-01 23:58:55 +02:00 committed by GitHub
commit 1ee2306033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ func runBackup(opts BackupOptions, gopts GlobalOptions, term *termstatus.Termina
var t tomb.Tomb
if gopts.verbosity >= 2 && !gopts.JSON {
term.Print("open repository\n")
Verbosef("open repository\n")
}
repo, err := OpenRepository(gopts)