diff options
Diffstat (limited to 'std/examples/gist.ts')
-rwxr-xr-x | std/examples/gist.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/examples/gist.ts b/std/examples/gist.ts index a11a92383..c41b9b98e 100755 --- a/std/examples/gist.ts +++ b/std/examples/gist.ts @@ -1,6 +1,6 @@ #!/usr/bin/env -S deno --allow-net --allow-env // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -import { parse } from "https://deno.land/std/flags/mod.ts"; +import { parse } from "../flags/mod.ts"; function pathBase(p: string): string { const parts = p.split("/"); |