Skip to content

Commit

Permalink
Tweak to deploy script to finish with a definite ok or error
Browse files Browse the repository at this point in the history
  • Loading branch information
bxjx committed Oct 10, 2012
1 parent 8c1ab33 commit 4156b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function deploy(cb){
console.error(('Triggering deploy on ' + server + ' OK').green);
done();
});
});
}, cb);
}

async.series([build, cdnSync, deploy], function(err){
Expand Down

0 comments on commit 4156b9d

Please sign in to comment.