summaryrefslogtreecommitdiff
path: root/cli/js/copy_file.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/copy_file.ts')
-rw-r--r--cli/js/copy_file.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/copy_file.ts b/cli/js/copy_file.ts
index 6da50d1f6..6c9bf6b03 100644
--- a/cli/js/copy_file.ts
+++ b/cli/js/copy_file.ts
@@ -1,5 +1,5 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
-import { sendSync, sendAsync } from "./dispatch_json.ts";
+import { sendSync, sendAsync } from "./ops/dispatch_json.ts";
/** Synchronously copies the contents and permissions of one file to another
* specified path, by default creating a new file if needed, else overwriting.