Skip to content

Commit

Permalink
Fix instance variable as cache name
Browse files Browse the repository at this point in the history
  • Loading branch information
danott committed Jan 15, 2024
1 parent 1ea3aff commit 560ba65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def data
end

def includables
@includable ||= {
@includables ||= {
"Text" => Includable::Text,
"DataDump" => Includable::DataDump,
"Index" => Includable::Index,
Expand Down

0 comments on commit 560ba65

Please sign in to comment.