From 317e2643c832cc9bb03c385cad23a168c54695bf Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Sun, 24 Mar 2024 17:13:31 +0100 Subject: [PATCH] Make permissions happy Signed-off-by: Sam Therapy --- run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.ts b/run.ts index e6b74cf..caa0a97 100755 --- a/run.ts +++ b/run.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env -S deno run --allow-run --allow-env --no-lock +#!/usr/bin/env -S deno run --allow-run --allow-env --allow-sys --no-lock import { copy } from "https://deno.land/std@0.104.0/io/util.ts";