Skip to content

Commit 4e7f84a

Browse files
update script should update all hashes
1 parent d34e916 commit 4e7f84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/add-hash-to-files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function eachInfra (infras, cb) {
5252
// for each file
5353

5454
async.each(infra.files, function(file, cb) {
55-
if(file.isDir || file.hash) { return cb(); }
55+
if(file.isDir) { return cb(); }
5656

5757
debug('eachInfra:infra:file', infra._id, file._id);
5858
var filePath = file.Key.substr(file.Key.indexOf('/source')+7);

0 commit comments

Comments
 (0)