Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
gunlee01 committed Jan 18, 2021
1 parent e0c081c commit 64d56ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scouterx/conf/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func (conf *Configure) resetObjNameAndType(props *properties.Properties) {
oldObjName := conf.ObjName
newObjSimpleName := props.GetString("obj_name", defaultName)
conf.ObjNameSimple = newObjSimpleName
conf.ObjName = hostname + "/" + newObjSimpleName
conf.ObjName = "/" + hostname + "/" + newObjSimpleName
conf.ObjHash = util.HashString(conf.ObjName)

conf.ObjType = props.GetString("obj_type", "golang")
Expand Down

0 comments on commit 64d56ab

Please sign in to comment.