mirror of
https://github.com/octoleo/restic.git
synced 2024-11-23 13:17:42 +00:00
local: correct comment
This commit is contained in:
parent
d257dedf42
commit
7b1e8fdd06
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user