diff options
author | Zach van Rijn <me@zv.io> | 2023-11-30 10:48:08 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2023-11-30 10:48:08 -0600 |
commit | a1dd68892168e0442f80a713d5be7580e760efce (patch) | |
tree | 732d0740cac900e359d6029de6bf67d9b0cb6e5d /assets | |
parent | 10cb3140292c69451522abeff8bd8f005cf08268 (diff) | |
download | site-ng-a1dd68892168e0442f80a713d5be7580e760efce.tar.gz site-ng-a1dd68892168e0442f80a713d5be7580e760efce.tar.bz2 site-ng-a1dd68892168e0442f80a713d5be7580e760efce.tar.xz site-ng-a1dd68892168e0442f80a713d5be7580e760efce.zip |
Fix sloppy tpyos and careless edits.
Diffstat (limited to 'assets')
-rwxr-xr-x | assets/images/polyguin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/images/polyguin.sh b/assets/images/polyguin.sh index 7497f8c..dc974f5 100755 --- a/assets/images/polyguin.sh +++ b/assets/images/polyguin.sh @@ -175,7 +175,7 @@ done # r # 32x32 is GitLab # Website uses native SVG # -magick convert -background none -gravity center -resize 32x32 -extent 32x32 polyguin_color.svg icons/gen_polyguin_color_favicon.ico; +magick convert -background none -gravity center -resize 32x32 -extent 32x32 gen_polyguin_color.svg icons/gen_polyguin_color_favicon.ico; chown 1000:1000 icons/gen_polyguin_color_favicon.ico; #--------------------------------------------------------------- |