project-everest / everest-ci

CI scripts for project everest
3 stars 8 forks source link

Minor fix to move a variable declaration outside a for loop #76

Closed darrenge closed 7 years ago

darrenge commented 7 years ago

This will bother me seeing the declaration inside the for loop ... it makes more sense to have it outside. Just want it cleaned up.

msprotz commented 7 years ago

Alright. Thanks!