lib/rsence/plugins/plugin.rb in rsence-pre-2.3.0.25 vs lib/rsence/plugins/plugin.rb in rsence-pre-2.3.0.26
- old
+ new
@@ -496,10 +496,10 @@
end
values_clean.push( values_clean_segment )
end
return values_clean unless values_clean.empty?
else
- warn "Unsupported format of values.yaml, got: #{values_dirty.inspect}, expected Hash or Array."
+ warn "Unsupported format of #{bundle_path('values.yaml')}, got: #{values_dirty.inspect}, expected Hash or Array."
end
return false
end
# @private This method looks looks for a file called "values.yaml" in the plugin's bundle directory.