Skip to content

Commit

Permalink
fix typo in Rakefile
Browse files Browse the repository at this point in the history
davidbeig committed Oct 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e703ac5 commit bfbaa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ end
def install_initializer(path, _env)
Dir.chdir(path) do
FileUtils.cp(
"#{__dir__}/lib/generators/decidim/app_templates/#env}/initializer.rb",
"#{__dir__}/lib/generators/decidim/app_templates/#{env}/initializer.rb",
"config/initializers/decidim_term_customizer_config.rb"
)
end

0 comments on commit bfbaa5f

Please sign in to comment.