|
@@ -170,7 +170,7 @@ func GetSchema(schemaType def.SchemaType, name string) (*Info, error) {
|
|
Name: name,
|
|
Name: name,
|
|
Content: string(content),
|
|
Content: string(content),
|
|
FilePath: schemaFile.SchemaFile,
|
|
FilePath: schemaFile.SchemaFile,
|
|
- SoPath: schemaFile.SoFile,
|
|
|
|
|
|
+ SoPath: schemaFile.SoFile,
|
|
}, nil
|
|
}, nil
|
|
} else {
|
|
} else {
|
|
return &Info{
|
|
return &Info{
|