summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorS.Cavallo <smcavallo@hotmail.com>2018-03-09 10:58:14 -0500
committerS.Cavallo <smcavallo@hotmail.com>2018-03-09 10:58:14 -0500
commit564cbc8ad060d10a2ea64f23315163e29d0c9c91 (patch)
tree1041d0d3f4122844ca5f2a183eaa47a8bd1dcf77
parent3d40b945ad9ccf853156e102ff858ea8eab1a726 (diff)
downloadohai-564cbc8ad060d10a2ea64f23315163e29d0c9c91.tar.gz
Fix for chefstyle -
spec/unit/plugins/cloud_spec.rb:454:31: C: Style/TrailingCommaInLiteral: Put a comma after the last item of a multiline hash. Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
-rw-r--r--spec/unit/plugins/cloud_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/plugins/cloud_spec.rb b/spec/unit/plugins/cloud_spec.rb
index c995ffcd..e26205d4 100644
--- a/spec/unit/plugins/cloud_spec.rb
+++ b/spec/unit/plugins/cloud_spec.rb
@@ -451,7 +451,7 @@ describe Ohai::System, "plugin cloud" do
@plugin[:softlayer] = Mash.new
@plugin[:softlayer] = { "local_ipv4" => "192.168.0.1",
"public_ipv4" => "8.8.8.8",
- "public_fqdn" => "abc1234.public.com"
+ "public_fqdn" => "abc1234.public.com",
}
end