summaryrefslogtreecommitdiff
path: root/format.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-02-09 15:41:05 -0500
committerGitHub <noreply@github.com>2019-02-09 15:41:05 -0500
commitfa3f8cf67b2e97087f044c2ee430a0b32e338d0b (patch)
treedb2b2e1862232c61c6d91c0c1bc03a6b4483fbaa /format.ts
parenta6e164441c2f201d53863cae5fd7fdd68adf6fb7 (diff)
Bump CI to v0.2.11 (denoland/deno_std#183)
Original: https://github.com/denoland/deno_std/commit/1abdc2efc0fbe7a7b0978fed0c37acede58a9700
Diffstat (limited to 'format.ts')
-rwxr-xr-xformat.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/format.ts b/format.ts
index a29a53d3f..4de5cfa87 100755
--- a/format.ts
+++ b/format.ts
@@ -1,4 +1,4 @@
-#!/usr/bin/env deno --allow-run --allow-write
+#!/usr/bin/env deno --allow-run --allow-write --allow-read
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import { exit, args } from "deno";
import { parse } from "./flags/mod.ts";
@@ -9,6 +9,7 @@ async function main(opts) {
`deno${executableSuffix}`,
"--allow-write",
"--allow-run",
+ "--allow-read",
"prettier/main.ts",
"--ignore",
"testdata",