summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-10-01 11:34:18 -0700
committersersut <serdar@opscode.com>2013-10-01 11:34:18 -0700
commit1aebbe0bb571d746d2929df85daca9f72b3fa372 (patch)
tree378f7bd96fb28c905618a9308a7fa3483b3f6f39
parentfa390fb0797013d2190ae4c0b564e2e848595d0e (diff)
downloadchef-1aebbe0bb571d746d2929df85daca9f72b3fa372.tar.gz
Fix comment about CHEF-4427.
-rw-r--r--lib/chef/win32/api/file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/win32/api/file.rb b/lib/chef/win32/api/file.rb
index afa746efce..7a8dafd8b5 100644
--- a/lib/chef/win32/api/file.rb
+++ b/lib/chef/win32/api/file.rb
@@ -474,7 +474,7 @@ BOOL WINAPI DeviceIoControl(
# Workaround for CHEF-4419:
# Make sure paths starting with "/" has a drive letter
# assigned from the current working diretory.
- # Note: In chef 11.8 and beyond this issue will be fixed with a
+ # Note: With CHEF-4427 this issue will be fixed with a
# broader fix to map all the paths starting with "/" to
# SYSTEM_DRIVE on windows.
path = ::File.expand_path(path) if path.start_with? "/"