From 38ad8f106143f4c9236f13d0e46fc19798fd0cd5 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 22 Nov 2023 01:02:02 +0900 Subject: [PATCH] Fix typo in optimize.sh occurances -> occurrences Signed-off-by: Ikko Eltociear Ashimine --- www/optimize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/optimize.sh b/www/optimize.sh index 1fae5b89813..e86f61bf7ad 100755 --- a/www/optimize.sh +++ b/www/optimize.sh @@ -49,5 +49,5 @@ rm dist/site.css # Find the new filename css_with_hash=$(basename dist/site-*.css) -# Replace all occurances in the html +# Replace all occurrences in the html sed -i "s:/wip/site.css:/wip/${css_with_hash}:g" dist/*.html