Fix: typo
This commit is contained in:
parent
45d94a07a1
commit
0fc1a7f846
|
@ -20,6 +20,6 @@ func init() {
|
||||||
// in order to notify interested parties to quit.
|
// in order to notify interested parties to quit.
|
||||||
go func(c <-chan os.Signal) {
|
go func(c <-chan os.Signal) {
|
||||||
<-c
|
<-c
|
||||||
close(Terminator)
|
close(Terminate)
|
||||||
}(sigs)
|
}(sigs)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user