lib/bhook/theme_generator.rb in bhook-0.1.6 vs lib/bhook/theme_generator.rb in bhook-0.2.0
- old
+ new
@@ -7,10 +7,10 @@
sig { params(output_path: String).void }
def initialize(output_path)
@output_path = T.let(File.join(output_path, 'theme'), String)
@template_files = T.let([Bhook::PAGE_TEMPLATE_PATH,
- Bhook::AFTER_H1_TEMPLATE_PATH], T::Array[String])
+ Bhook::AFTER_H1_TEMPLATE_PATH], T::Array[String])
end
sig { void }
def generate!
FileUtils.mkdir_p(@output_path)