mirror of
https://github.com/restic/restic.git
synced 2025-08-21 20:27:26 +00:00
local: correct comment
This commit is contained in:
@@ -21,7 +21,7 @@ type Local struct {
|
||||
open map[string][]*os.File // Contains open files. Guarded by 'mu'.
|
||||
}
|
||||
|
||||
// Open opens the local backend at dir.
|
||||
// Open opens the local backend as specified by config.
|
||||
func Open(dir string) (*Local, error) {
|
||||
items := []string{
|
||||
dir,
|
||||
|
Reference in New Issue
Block a user