Skip to content

Commit

Permalink
Update ProcessContainer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
seroukhov authored Feb 24, 2021
1 parent 250cd91 commit 2ae460a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/ProcessContainer.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (c *ProcessContainer) captureExit(correlationId string) {
select {
case <-ch:
c.Close(correlationId)
c.Logger().Info(correlationId, "Googbye!")
c.Logger().Info(correlationId, "Goodbye!")
os.Exit(0)
}
}()
Expand Down

0 comments on commit 2ae460a

Please sign in to comment.