diff options
Diffstat (limited to 'std/fs/ensure_symlink.ts')
-rw-r--r-- | std/fs/ensure_symlink.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/ensure_symlink.ts b/std/fs/ensure_symlink.ts index 03c355b5d..2a184bb4f 100644 --- a/std/fs/ensure_symlink.ts +++ b/std/fs/ensure_symlink.ts @@ -2,7 +2,7 @@ import * as path from "../path/mod.ts"; import { ensureDir, ensureDirSync } from "./ensure_dir.ts"; import { exists, existsSync } from "./exists.ts"; -import { getFileInfoType } from "./utils.ts"; +import { getFileInfoType } from "./_util.ts"; /** * Ensures that the link exists. |