Skip to content

Commit 496f5f9

Browse files
fix: wrong filename for MAT config
1 parent 05cfd4c commit 496f5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func createMatConfig(outDir string) {
107107
Password: ENV.GetStringPanic("MAT_PASSWORD"),
108108
}
109109

110-
writer.JsonWrite(DbConfigFilename, config, true)
110+
writer.JsonWrite(MatConfigFilename, config, true)
111111
}
112112

113113
func main() {

0 commit comments

Comments
 (0)