lib/pdk/config/json_with_schema.rb in pdk-2.6.1 vs lib/pdk/config/json_with_schema.rb in pdk-2.7.0
- old
+ new
@@ -17,10 +17,10 @@
begin
# Ensure the parsed document is actually valid
validate_document!(@raw_data)
rescue ::JSON::Schema::ValidationError => e
- raise PDK::Config::LoadError, _('The configuration file %{filename} is not valid: %{message}') % {
+ raise PDK::Config::LoadError, 'The configuration file %{filename} is not valid: %{message}' % {
filename: filename,
message: e.message,
}
end