From d83d930ee6c9aa23d09a846a5a32d4930d4f8dc8 Mon Sep 17 00:00:00 2001 From: Jimmy Haas Date: Tue, 7 Aug 2018 04:10:27 -0700 Subject: [PATCH] fix comment --- font-patcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font-patcher b/font-patcher index a8641c6e5..224762efb 100755 --- a/font-patcher +++ b/font-patcher @@ -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