Fix tests

This commit is contained in:
Christian Richter
2022-03-11 08:08:33 +01:00
parent 59eaf7c1b8
commit 3a34e64dde
13 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ if err != nil {
}
replacer := strings.NewReplacer(
"github.com/owncloud/ocis/", "",
"/pkg/config", "",
"/pkg/config/defaults", "",
)
var fields []ConfigField
var targetFile *os.File