diff options
Diffstat (limited to 'tools/deno_dir_test.py')
-rwxr-xr-x | tools/deno_dir_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/deno_dir_test.py b/tools/deno_dir_test.py index 9f53cf3b9..4b6c3d8aa 100755 --- a/tools/deno_dir_test.py +++ b/tools/deno_dir_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018 the Deno authors. All rights reserved. MIT license. +# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. # Check deno dir is created properly # Usage: deno_dir_test.py [path to deno dir] import os |