Consistent writing

This commit is contained in:
Florian Weingarten
2015-04-24 19:43:27 -04:00
parent 8be6dc0265
commit 170d147427
2 changed files with 5 additions and 5 deletions

View File

@@ -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)
}