Skip to content

Commit 3071001

Browse files
authored
Merge pull request moby#3829 from amurzeau/contrib4
2 parents 212ab16 + a8cbb41 commit 3071001

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/client_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6679,7 +6679,8 @@ loop0:
66796679
defer client.Close()
66806680

66816681
ctx := namespaces.WithNamespace(sb.Context(), "buildkit")
6682-
snapshotService := client.SnapshotService("overlayfs")
6682+
snapshotterName := sb.Snapshotter()
6683+
snapshotService := client.SnapshotService(snapshotterName)
66836684

66846685
retries = 0
66856686
for {

0 commit comments

Comments
 (0)