lib/ridley/bootstrap_context/windows.rb in ridley-1.1.1 vs lib/ridley/bootstrap_context/windows.rb in ridley-1.2.0
- old
+ new
@@ -96,11 +96,11 @@
def first_boot
escape_and_echo(super)
end
# @return [String]
- def set_path
- "SET \"PATH=%PATH%;C:\\ruby\\bin;C:\\opscode\\chef\\bin;C:\\opscode\\chef\\embedded\\bin\"\n"
+ def env_path
+ "C:\\opscode\\chef\\bin;C:\\opscode\\chef\\embedded\\bin"
end
# @return [String]
def local_download_path
"%TEMP%\\chef-client-#{chef_version}.msi"