diff --git a/terminator.go b/terminator.go index dde3791..13a13b2 100644 --- a/terminator.go +++ b/terminator.go @@ -20,6 +20,6 @@ func init() { // in order to notify interested parties to quit. go func(c <-chan os.Signal) { <-c - close(Terminator) + close(Terminate) }(sigs) }