Skip to content

Commit

Permalink
Chefstyle 1.1 fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Jun 2, 2020
1 parent 407208f commit 8c09799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omnibus/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def for_package(package)
data = File.read(path_for(package))
hash = FFI_Yajl::Parser.parse(data, symbolize_names: true)

# Ensure Platform version has been truncated
# Ensure Platform version has been truncated
if hash[:platform_version] && hash[:platform]
hash[:platform_version] = truncate_platform_version(hash[:platform_version], hash[:platform])
end
Expand Down

0 comments on commit 8c09799

Please sign in to comment.