Skip to content

Commit 3708c08

Browse files
committed
render-template: add --allow-env in #! line
1 parent d0ba65a commit 3708c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: render-template.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env -S deno run --allow-read --check
1+
#! /usr/bin/env -S deno run --allow-read --allow-env --check
22

33
import markdownTOC from "npm:markdown-toc@1";
44
import nunjucks from "npm:nunjucks@3";

0 commit comments

Comments
 (0)