Skip to content

Commit

Permalink
Merge pull request #172 from guoming0000/fix/getdcname
Browse files Browse the repository at this point in the history
fix dcname
luduoxin authored Jul 4, 2024
2 parents c2e1c36 + 6edf87a commit 029fc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/utils.go
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ func GetDcName() string {
return dcName
}
dcName = os.Getenv("DC_NAME")
return runTime
return dcName
}

func GetAppName() string {

0 comments on commit 029fc9c

Please sign in to comment.