Skip to content

Commit

Permalink
fix typo (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
rg9400 committed Dec 8, 2020
1 parent 33b4957 commit 9ac1bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/container/client.go
Expand Up @@ -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 regular pull.")
log.Debugf("Reason: %s", err.Error())
} else if match {
log.Debug("No pull needed. Skipping image.")
Expand Down

0 comments on commit 9ac1bf6

Please sign in to comment.