Signed-off-by: James Turnbull <[email protected]>
---
Local-branch: tickets/master/6525
spec/unit/util/manufacturer_spec.rb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/spec/unit/util/manufacturer_spec.rb
b/spec/unit/util/manufacturer_spec.rb
index 07473db..c3b372e 100644
--- a/spec/unit/util/manufacturer_spec.rb
+++ b/spec/unit/util/manufacturer_spec.rb
@@ -109,8 +109,8 @@ Handle 0x001F
def find_product_name(os)
output_file = case os
- when "FreeBSD": File.dirname(__FILE__) +
"/../data/freebsd_dmidecode"
- when "SunOS" : File.dirname(__FILE__) +
"/../data/opensolaris_smbios"
+ when "FreeBSD" then File.dirname(__FILE__) +
"/../data/freebsd_dmidecode"
+ when "SunOS" then File.dirname(__FILE__) +
"/../data/opensolaris_smbios"
end
output = File.new(output_file).read()
--
1.7.1
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en.