diff options
Diffstat (limited to 'tools/upload_website.py')
-rwxr-xr-x | tools/upload_website.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upload_website.py b/tools/upload_website.py index 5153d35aa..c014888ca 100755 --- a/tools/upload_website.py +++ b/tools/upload_website.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. import os import tempfile from util import run, root_path |