Skip to content

Commit e5bbc45

Browse files
Merge pull request FontCustom#346 from stretchkennedy/master
Fix warning message about default value for --templates
2 parents 3c7d515 + 1d443e2 commit e5bbc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fontcustom.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def gem_lib
1919
EXAMPLE_OPTIONS = {
2020
:output => "./FONT_NAME",
2121
:config => "./fontcustom.yml -or- ./config/fontcustom.yml",
22-
:templates => "css preview"
22+
:templates => %w|css preview|
2323
}
2424

2525
DEFAULT_OPTIONS = {

0 commit comments

Comments
 (0)