Skip to content

Commit

Permalink
Update cmd/image-syncer/main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawthis authored Dec 9, 2024
1 parent 5359e88 commit 1264396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/image-syncer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func SyncImages(ctx context.Context, cfg *Config, images *imagesync.SyncDef, aut
return err
}
log.WithField("image", img.Source).Info("Start sync")
// Sync the whole index if possible, otherwise sync singular image.
// Sync the whole index if possible. Otherwise, sync a single image.
var isIndex bool
isIndex, err = isImageIndex(ctx, img.Source)
if err != nil {
Expand Down

0 comments on commit 1264396

Please sign in to comment.