summaryrefslogtreecommitdiff
path: root/examples/gist.ts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gist.ts')
-rwxr-xr-xexamples/gist.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gist.ts b/examples/gist.ts
index 7b3d59f87..1baff874a 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 { parse } from "https://deno.land/x/flags/index.ts";
+import { parse } from "https://deno.land/x/flags/mod.ts";
function pathBase(p: string): string {
const parts = p.split("/");