Skip to content

Commit cd26223

Browse files
wg1026688210wanggang11335
andauthored
remove redundant slashes (milvus-io#18750)
Signed-off-by: wanggang11335 <[email protected]> Signed-off-by: wanggang11335 <[email protected]> Co-authored-by: wanggang11335 <[email protected]>
1 parent c8bf282 commit cd26223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/util/paramtable/base_table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func (gp *BaseTable) initConfPath() string {
158158
configDir = runPath + "/configs/"
159159
if _, err := os.Stat(configDir); err != nil {
160160
_, fpath, _, _ := runtime.Caller(0)
161-
configDir = path.Dir(fpath) + "/../../../configs/"
161+
configDir = path.Dir(fpath) + "/../../../configs"
162162
}
163163
}
164164
return configDir

0 commit comments

Comments
 (0)