fix comment
This commit is contained in:
parent
8774214cb8
commit
6165030587
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ func restoreFromDirectory(source string) error {
|
||||||
}
|
}
|
||||||
log.Infof("Restore acquis to %s", yamlAcquisFile)
|
log.Infof("Restore acquis to %s", yamlAcquisFile)
|
||||||
|
|
||||||
/* Backup plugins configuration */
|
/* Restore plugins configuration */
|
||||||
var pluginsConfigFile []string
|
var pluginsConfigFile []string
|
||||||
err = filepath.Walk(fmt.Sprintf("%s/plugins/backend/", source), func(path string, info os.FileInfo, err error) error {
|
err = filepath.Walk(fmt.Sprintf("%s/plugins/backend/", source), func(path string, info os.FileInfo, err error) error {
|
||||||
fi, err := os.Stat(path)
|
fi, err := os.Stat(path)
|
||||||
|
|
Loading…
Add table
Reference in a new issue