Skip to content

Commit 7c48154

Browse files
authored
Fix config.evaluate_erb_in_yaml typo (#305)
1 parent fe90938 commit 7c48154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/generators/config/templates/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454

5555
# Evaluate ERB in YAML config files at load time.
5656
#
57-
# config.evaluate_erb_yaml = true
57+
# config.evaluate_erb_in_yaml = true
5858
end

0 commit comments

Comments
 (0)