Skip to content

Commit

Permalink
Release script: minor formatting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Dec 20, 2013
1 parent f3062f9 commit 74a4895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release.js
Expand Up @@ -138,7 +138,7 @@ module.exports = function( Release ) {
*/
complete: function() {
// Build CDN archives
Release._walk( buildGoogleCDN, buildMicrosoftCDN, _complete );
Release._walk([ buildGoogleCDN, buildMicrosoftCDN, _complete ]);
},
/**
* Our trac milestones are different than the new version
Expand Down

0 comments on commit 74a4895

Please sign in to comment.