mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 16:57:14 -06:00
fix typo
This commit is contained in:
parent
d6a0ec85c4
commit
b063cf0a6e
@ -56,7 +56,7 @@ func main() {
|
||||
setting.BuildCommit = commit
|
||||
setting.BuildStamp = buildstampInt64
|
||||
|
||||
go listenToSystemSignels()
|
||||
go listenToSystemSignals()
|
||||
|
||||
flag.Parse()
|
||||
writePIDFile()
|
||||
@ -116,7 +116,7 @@ func writePIDFile() {
|
||||
}
|
||||
}
|
||||
|
||||
func listenToSystemSignels() {
|
||||
func listenToSystemSignals() {
|
||||
signalChan := make(chan os.Signal, 1)
|
||||
code := 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user