From baf0cc3d6e080c3234619e5feb98662cad20c537 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Mon, 21 Nov 2022 19:23:59 -0500 Subject: [PATCH] fix(plugins/community/splatoon): script link --- source/plugins/community/splatoon/token.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/plugins/community/splatoon/token.ts b/source/plugins/community/splatoon/token.ts index a0ae116c..71641c91 100644 --- a/source/plugins/community/splatoon/token.ts +++ b/source/plugins/community/splatoon/token.ts @@ -23,7 +23,7 @@ const allowed = { } const script = import.meta.resolve("./s3si/index.ts") const args = [ - "run", "--no-prompt", "--cached-only", + "run", "--no-prompt", `--allow-read="${allowed.files}"`, `--allow-write="${allowed.files}"`, `--allow-net="${allowed.net}"`,