summaryrefslogtreecommitdiff
path: root/std/fs/ensure_link.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/fs/ensure_link.ts')
-rw-r--r--std/fs/ensure_link.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/ensure_link.ts b/std/fs/ensure_link.ts
index e43325a25..f446df781 100644
--- a/std/fs/ensure_link.ts
+++ b/std/fs/ensure_link.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 hard link exists.