Skip to content

Commit

Permalink
fix: show proper list of known options
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Aug 14, 2024
1 parent aa90f7b commit e8f6876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spark/options/options.ex
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ defmodule Spark.Options do
error_tuple(
[key],
nil,
"unknown options #{inspect([key])}, valid options are: #{inspect(Keyword.keys(opts))}"
"unknown options #{inspect([key])}, valid options are: #{inspect(Keyword.keys(schema))}"
)
end

Expand Down

0 comments on commit e8f6876

Please sign in to comment.