From bea8b9228f9f5c793e3b6fda0aeb456a7bdbdb2a Mon Sep 17 00:00:00 2001 From: sixth Date: Sun, 25 Aug 2019 06:43:03 -0400 Subject: [PATCH] Update check.go (#370) --- internal/actions/check.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/actions/check.go b/internal/actions/check.go index 704d2d8..8574300 100644 --- a/internal/actions/check.go +++ b/internal/actions/check.go @@ -79,6 +79,6 @@ func createErrorIfAnyHaveOccurred(c int, i int) error { } func awaitDockerClient() { - log.Debug("Sleeping for a seconds to ensure the docker api client has been properly initialized.") + log.Debug("Sleeping for a second to ensure the docker api client has been properly initialized.") time.Sleep(1 * time.Second) }