Skip to content

Commit 9dffd03

Browse files
committed
Merge pull request moby#13950 from Microsoft/10662-vfsforreal
Windows - Really fix VFS this time
2 parents b81f2ee + 59cfc08 commit 9dffd03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

daemon/graphdriver/vfs/driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build linux
1+
// +build linux windows
22

33
package vfs
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// +build !linux
1+
// +build !linux,!windows
22

33
package vfs

0 commit comments

Comments
 (0)