diff options
Diffstat (limited to 'std/fs/move.ts')
-rw-r--r-- | std/fs/move.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/move.ts b/std/fs/move.ts index cf1e49193..4a6395365 100644 --- a/std/fs/move.ts +++ b/std/fs/move.ts @@ -1,6 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { exists, existsSync } from "./exists.ts"; -import { isSubdir } from "./utils.ts"; +import { isSubdir } from "./_util.ts"; interface MoveOptions { overwrite?: boolean; |