summaryrefslogtreecommitdiff
path: root/format.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-05-06 17:07:43 -0400
committerGitHub <noreply@github.com>2019-05-06 17:07:43 -0400
commit14afad59aa64b23d983f4ac35068e958a4f25f48 (patch)
tree73d25483f3ed8163f0c8db84b2d907bde6dc6580 /format.ts
parent02bd7e956ec691076f597085bdfcc82afa8292cd (diff)
Add run to shebangs (denoland/deno_std#380)
Original: https://github.com/denoland/deno_std/commit/0f00676e8f1b32ca6c9092c0a1f3af6932c4feeb
Diffstat (limited to 'format.ts')
-rwxr-xr-xformat.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/format.ts b/format.ts
index 1965044cc..c4aa35cf7 100755
--- a/format.ts
+++ b/format.ts
@@ -1,4 +1,4 @@
-#!/usr/bin/env deno --allow-run --allow-write --allow-read
+#!/usr/bin/env deno run --allow-run --allow-write --allow-read
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
const { exit, args, execPath } = Deno;
import { parse } from "./flags/mod.ts";