From db9c2c156a064469fc0ac6a1ad48ae4425926681 Mon Sep 17 00:00:00 2001 From: Stephan Seidt Date: Wed, 27 May 2020 21:24:57 +0200 Subject: Fix shebangs (#5898) --- std/examples/gist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/examples/gist.ts') 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 -- cgit v1.2.3