fix spelling error

fix/avoid-rate-limits
Simon Aronsson 4 years ago
parent 870f49bdc9
commit 381898543f
No known key found for this signature in database
GPG Key ID: 8DA57A5FD341605B

@ -295,7 +295,7 @@ func (client dockerClient) PullImage(ctx context.Context, container Container) e
log.WithFields(fields).Debugf("Checking if pull is needed")
if match, err := digest.CompareDigest(container, opts.RegistryAuth); err != nil {
log.Info("Could not do a head request, falling back to regulara pull.")
log.Info("Could not do a head request, falling back to doing a regular pull.")
log.Debugf("Reason: %s", err.Error())
} else if match {
log.Debug("No pull needed. Skipping image.")

Loading…
Cancel
Save