Skip to content

Commit b99d461

Browse files
authored
Merge branch 'master' into v1.0
2 parents c4f8225 + 70378a3 commit b99d461

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ Q.try(function() {
5151
/**
5252
* Allow the user to decide whether or not they want to use the
5353
* meteor-build-client build or their own
54-
*/
55-
54+
*/
5655
if(program.usebuild && fs.lstatSync(program.usebuild).isDirectory()) {
5756
print(`Using ${program.usebuild}`);
5857
print('Generating the index.html...');

0 commit comments

Comments
 (0)