Skip to content

Commit

Permalink
Fix warning message about default value for --templates
Browse files Browse the repository at this point in the history
  • Loading branch information
stretchkennedy committed Aug 9, 2017
1 parent 4ff2fbf commit 1d443e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fontcustom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def gem_lib
EXAMPLE_OPTIONS = {
:output => "./FONT_NAME",
:config => "./fontcustom.yml -or- ./config/fontcustom.yml",
:templates => "css preview"
:templates => %w|css preview|
}

DEFAULT_OPTIONS = {
Expand Down

0 comments on commit 1d443e2

Please sign in to comment.