diff options
Diffstat (limited to 'cli/js/chmod.ts')
-rw-r--r-- | cli/js/chmod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/chmod.ts b/cli/js/chmod.ts index 5aa4ce7ea..b6238f02d 100644 --- a/cli/js/chmod.ts +++ b/cli/js/chmod.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 changes the permission of a specific file/directory of * specified path. Ignores the process's umask. |