diff options
Diffstat (limited to 'cli/js/chown.ts')
-rw-r--r-- | cli/js/chown.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/chown.ts b/cli/js/chown.ts index e39741546..a89c58f5b 100644 --- a/cli/js/chown.ts +++ b/cli/js/chown.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 change owner of a regular file or directory. Linux/Mac OS * only at the moment. |