Skip to content

Commit 74a4895

Browse files
committed
Release script: minor formatting issue.
1 parent f3062f9 commit 74a4895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ module.exports = function( Release ) {
138138
*/
139139
complete: function() {
140140
// Build CDN archives
141-
Release._walk( buildGoogleCDN, buildMicrosoftCDN, _complete );
141+
Release._walk([ buildGoogleCDN, buildMicrosoftCDN, _complete ]);
142142
},
143143
/**
144144
* Our trac milestones are different than the new version

0 commit comments

Comments
 (0)