summaryrefslogtreecommitdiff
path: root/std/examples/gist.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/examples/gist.ts')
-rwxr-xr-xstd/examples/gist.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/examples/gist.ts b/std/examples/gist.ts
index 5d66dbdaf..555ec8056 100755
--- a/std/examples/gist.ts
+++ b/std/examples/gist.ts
@@ -1,4 +1,4 @@
-#!/usr/bin/env -S deno --allow-net --allow-env
+#!/usr/bin/env -S deno run --allow-net --allow-env
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
// A program to post files to gist.github.com. Use the following to install it:
// deno install -f --allow-env --allow-read --allow-net=api.github.com https://deno.land/std/examples/gist.ts