mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-05 08:38:49 +01:00
Update check.go
This commit is contained in:
parent
5a6b63a5c7
commit
6ccdff3e3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue