Skip to content

Commit

Permalink
Fix kwargs in TZData.compile
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Aug 7, 2023
1 parent 325dcd8 commit 0dea22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tzdata/compile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ end
# TODO: Deprecate?
function compile(
tz_source_dir::AbstractString=joinpath(_scratch_dir(), _tz_source_relative_dir(tzdata_version())),
dest_dir::AbstractString=joinpath(_scratch_dir(), _compiled_relative_dir(tzdata_version())),
dest_dir::AbstractString=joinpath(_scratch_dir(), _compiled_relative_dir(tzdata_version()));
kwargs...
)
results = compile(TZSource(readdir(tz_source_dir; join=true)), dest_dir; kwargs...)
Expand Down

0 comments on commit 0dea22d

Please sign in to comment.