summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xformat.ts2
-rwxr-xr-xtest.ts2
2 files changed, 2 insertions, 2 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";
diff --git a/test.ts b/test.ts
index 652ffcaac..869be1c8c 100755
--- a/test.ts
+++ b/test.ts
@@ -1,4 +1,4 @@
-#!/usr/bin/env deno -A
+#!/usr/bin/env deno run -A
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import "./colors/test.ts";
import "./datetime/test.ts";