diff options
Diffstat (limited to 'std/installer/mod.ts')
-rw-r--r-- | std/installer/mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/installer/mod.ts b/std/installer/mod.ts index 7751bc12e..b39121ab9 100644 --- a/std/installer/mod.ts +++ b/std/installer/mod.ts @@ -1,5 +1,5 @@ #!/usr/bin/env -S deno --allow-all -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. const { env, stdin, args, exit, writeFile, chmod, run } = Deno; import { parse } from "../flags/mod.ts"; import { exists } from "../fs/exists.ts"; |