lib/bolt/apply_result.rb in bolt-2.10.0 vs lib/bolt/apply_result.rb in bolt-2.11.0
- old
+ new
@@ -55,10 +55,10 @@
if result['_output']
# rubocop:disable Layout/LineLength
msg = "Report result contains an '_output' key. Catalog application may have printed extraneous output to stdout: #{result['_output']}"
# rubocop:enable Layout/LineLength
else
- msg = "Report did not contain all expected keys missing: #{missing_keys.join(' ,')}"
+ msg = "Report did not contain all expected keys missing: #{missing_keys.join(', ')}"
end
{ 'msg' => msg,
'kind' => 'bolt/invalid-report' }
end