Allow repo mismatches to proceed (ref #223)

This commit is contained in:
Jakob Borg
2014-05-28 12:39:33 +02:00
parent b44016ff70
commit 5369a62fd5
3 changed files with 3 additions and 11 deletions

View File

@@ -244,7 +244,7 @@ func Load(rd io.Reader, myID string) (Configuration, error) {
repo := &cfg.Repositories[i]
if len(repo.Directory) == 0 {
repo.Invalid = "empty directory"
repo.Invalid = "no directory configured"
continue
}