Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit ffd3c78

Browse files
committed
fix: fix init command
1 parent ac1e5c7 commit ffd3c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Untar } from 'https://deno.land/[email protected]/archive/tar.ts'
22
import { green, dim } from 'https://deno.land/[email protected]/fmt/colors.ts'
33
import { ensureDir } from 'https://deno.land/[email protected]/fs/ensure_dir.ts'
44
import { join } from 'https://deno.land/[email protected]/path/mod.ts'
5-
import { gzipDecode } from 'gzip'
5+
import { gzipDecode } from 'https://deno.land/x/[email protected]/mod.ts'
66
import { ensureTextFile } from '../shared/fs.ts'
77
import util from '../shared/util.ts'
88
import { VERSION } from '../version.ts'

0 commit comments

Comments
 (0)