Skip to content

Commit

Permalink
Merge pull request #346 from stretchkennedy/master
Browse files Browse the repository at this point in the history
Fix warning message about default value for --templates
  • Loading branch information
JakeBeresford authored Aug 11, 2017
2 parents 3c7d515 + 1d443e2 commit e5bbc45
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 e5bbc45

Please sign in to comment.