From 363cf1dec258648230f30d017d71576a59d8936f Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Thu, 27 Sep 2018 16:47:02 +1000 Subject: [PATCH] chore: fix out_dir usage in upload-node-checksums.py --- script/upload-node-checksums.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/upload-node-checksums.py b/script/upload-node-checksums.py index 20128b7026a1..4d301ce2b937 100755 --- a/script/upload-node-checksums.py +++ b/script/upload-node-checksums.py @@ -10,8 +10,6 @@ import tempfile from lib.config import s3_config from lib.util import download, rm_rf, s3put, safe_mkdir -# TODO: Update this entire file to point at the correct file names in the out -# directory DIST_URL = 'https://atom.io/download/electron/'