From e7f27d373436a55f2d43ef40aa10b73856049e2c Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 28 Sep 2023 15:15:37 +0300 Subject: [PATCH] squash! --- Source/Function/Build.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Function/Build.ts b/Source/Function/Build.ts index 270af049..e2d11d84 100644 --- a/Source/Function/Build.ts +++ b/Source/Function/Build.ts @@ -84,7 +84,7 @@ export default (async (...[File, Option]: Parameters) => { Exec("mv ./Documentation/functions ./Documentation/Function"); Exec(`find ./Documentation -type f -name '*.html' \ - | xargs sed -i.bak --regexp-extended 's:(href="[^"]+)functions/:\\1Function/:g'`); + | xargs sed -i.bak --regexp-extended 's:(href="[^"]+)functions/:\x01Function/:g'`); }, 3000); }) satisfies Type as Type;