mirror of
https://github.com/restic/restic.git
synced 2025-12-10 07:21:55 +00:00
Consistent writing
This commit is contained in:
@@ -146,7 +146,7 @@ func OpenRepo() (restic.Server, error) {
|
||||
|
||||
s := restic.NewServer(be)
|
||||
|
||||
err = s.SearchKey(readPassword("RESTIC_PASSWORD", "Enter Password for Repository: "))
|
||||
err = s.SearchKey(readPassword("RESTIC_PASSWORD", "enter password for repository: "))
|
||||
if err != nil {
|
||||
return restic.Server{}, fmt.Errorf("unable to open repo: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user