vendor: Update osbuild/images to commit dd48a38be218

This is needed for the test_distro.NewTestDistro change.
This commit is contained in:
Brian C. Lane 2023-09-15 08:18:06 -07:00 committed by Achilleas Koutsou
parent eab16830aa
commit 1b65f15449
345 changed files with 276130 additions and 14546 deletions

View file

@ -120,9 +120,9 @@ func Run(ctx context.Context, f func() error) {
}
break
}
if sleepErr := Sleep(ctx, bo); sleepErr != nil {
if errSleep := Sleep(ctx, bo); errSleep != nil {
if grpclog.V(1) {
grpclog.Infof("exit retry loop due to sleep error: %v", sleepErr)
grpclog.Infof("exit retry loop due to sleep error: %v", errSleep)
}
break
}