forked from TrueCloudLab/restic
local: correct comment
This commit is contained in:
parent
d257dedf42
commit
7b1e8fdd06
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ type Local struct {
|
||||||
open map[string][]*os.File // Contains open files. Guarded by 'mu'.
|
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) {
|
func Open(dir string) (*Local, error) {
|
||||||
items := []string{
|
items := []string{
|
||||||
dir,
|
dir,
|
||||||
|
|
Loading…
Reference in a new issue