diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 22729958..25829432 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -43,4 +43,4 @@ frob: deno run --allow-read=. --allow-write=world/save tools/server/frob/index.ts -- $(items) sql: - deno run --allow-read=. --allow-write --allow-net tools/server/frob/index.ts -- --sql + deno run --allow-read=. --allow-net tools/server/frob/index.ts -- --dry --sql |