Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Haas committed Aug 7, 2018
1 parent e442611 commit d83d930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion font-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class font_patcher:

self.args = parser.parse_args()

# if you add a new font, put set it to True here inside the if condition and also directly below in the self.symbols_complete assignment
# if you add a new font, put set it to True here inside the if condition
if self.args.complete:
self.args.fontawesome = True
self.args.fontawesomeextension = True
Expand Down

0 comments on commit d83d930

Please sign in to comment.