Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 28, 2023
1 parent 1be7461 commit 0d91121
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Function/Build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ export default (async (...[File, Option]: Parameters<Type>) => {
Exec("mv ./Documentation/functions ./Documentation/Function");

Exec(
`find ./Documentation -type f -name '*.html' | xargs sed -i.bak --regexp-extended 's:(href="[^"]+)functions/:\\1Function/:g'`
`find ./Documentation -type f -name '*.html' \
| xargs sed -i.bak --regexp-extended 's:(href="[^"]+)functions/:\\1Function/:g'`
);
}, 3000);
}) satisfies Type as Type;
Expand Down

0 comments on commit 0d91121

Please sign in to comment.