diff --git a/src/restic/backend/local/config.go b/src/restic/backend/local/config.go index 4acd57a13..16fdc3752 100644 --- a/src/restic/backend/local/config.go +++ b/src/restic/backend/local/config.go @@ -9,7 +9,7 @@ import ( // Config holds all information needed to open a local repository. type Config struct { Path string - Layout string + Layout string `option:"layout"` } // ParseConfig parses a local backend config.