diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2018-12-20 16:49:34 +0100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-20 10:49:34 -0500 |
commit | a86b3c01c8e9363c6a64db854558068a1c1e80e6 (patch) | |
tree | cbd48d63f009579af964a0a6e23f9e60fcf64888 /examples/gist.ts | |
parent | 3542f2de0cecdbcf07d3bea3de6439e6a87376df (diff) |
Update registry URLs for flags (denoland/deno_std#36)
Original: https://github.com/denoland/deno_std/commit/34f21da7cf89c5a24558c68fc3f572e7300da618
Diffstat (limited to 'examples/gist.ts')
-rwxr-xr-x | examples/gist.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gist.ts b/examples/gist.ts index 04a123560..b0e9a033c 100755 --- a/examples/gist.ts +++ b/examples/gist.ts @@ -1,7 +1,7 @@ #!/usr/bin/env deno --allow-net --allow-env import { args, env, exit, readFile } from "deno"; -import parseArgs from "https://deno.land/x/parseargs/index.ts"; +import parseArgs from "https://deno.land/x/flags/index.ts"; function pathBase(p: string): string { const parts = p.split("/"); |