diff options
Diffstat (limited to 'internal/cli/stop/command.go')
-rw-r--r-- | internal/cli/stop/command.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cli/stop/command.go b/internal/cli/stop/command.go index 533f11d6..a5dcc0f0 100644 --- a/internal/cli/stop/command.go +++ b/internal/cli/stop/command.go @@ -49,7 +49,7 @@ func NewCommand(silent *bool, force *bool) *cobra.Command { } if *force { - // RR may lost the signal if we immediately send it + // RR may lose the signal if we immediately send it time.Sleep(time.Second) err = process.Signal(syscall.SIGTERM) if err != nil { |