Skip to content

Commit

Permalink
Merge branch 'master' into v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-dimitru authored Aug 11, 2020
2 parents c4f8225 + 70378a3 commit b99d461
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ Q.try(function() {
/**
* Allow the user to decide whether or not they want to use the
* meteor-build-client build or their own
*/

*/
if(program.usebuild && fs.lstatSync(program.usebuild).isDirectory()) {
print(`Using ${program.usebuild}`);
print('Generating the index.html...');
Expand Down

0 comments on commit b99d461

Please sign in to comment.