Skip to content

Commit 4d9e0f2

Browse files
committed
default to placing files in an fsg sub-directory
1 parent a1b783f commit 4d9e0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/generate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var newProjectDir = (function () {
1212
return path.resolve(process.cwd(), process.argv[2]);
1313
}
1414

15-
return process.cwd();
15+
return path.join(process.cwd(), 'fsg');
1616

1717
})();
1818

0 commit comments

Comments
 (0)