Move .stversions to repo root only (fixes #364)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
package versioner
|
||||
|
||||
type Versioner interface {
|
||||
Archive(path string) error
|
||||
Archive(repoPath, filePath string) error
|
||||
}
|
||||
|
||||
var Factories = map[string]func(map[string]string) Versioner{}
|
||||
|
||||
Reference in New Issue
Block a user