Skip to content

Commit

Permalink
Merge pull request #23 from chef/window-name
Browse files Browse the repository at this point in the history
Merged change 86831dbd-9464-4fd8-8c63-27de2455d5b5

From review branch window-name into master

Signed-off-by: chartmann <chartmann@chef.io>
  • Loading branch information
chef-delivery committed Nov 3, 2015
2 parents 28cb172 + 6ed97b8 commit 5e7db97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/train/extras/os_detect_windows.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ def detect_windows
version = windows_version(json)

@platform[:family] = 'windows'
@platform[:name] = WINDOWS_VERSIONS[version]
@platform[:release] = version
@platform[:release] = WINDOWS_VERSIONS[version]
true
end
end
Expand Down

0 comments on commit 5e7db97

Please sign in to comment.