From 2d153f57c09c8356a7de83d58e74ce82b32bfc59 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 3 May 2023 15:13:19 -0500 Subject: [PATCH] fix: use correct overwrite flag --- bin/update-src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update-src b/bin/update-src index 19a38da..16bb869 100755 --- a/bin/update-src +++ b/bin/update-src @@ -2,6 +2,6 @@ rm -rf font-patcher wget https://github.com/ryanoasis/nerd-fonts/raw/master/FontPatcher.zip -O FontPatcher.zip -unzip -u FontPatcher.zip -x "readme.md" +unzip -o FontPatcher.zip -x "readme.md" echo "don't forget to commit your changes!"