Skip to content

Commit 169ae4e

Browse files
committed
fix default options
1 parent 703a080 commit 169ae4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng-generate/table/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function generateTable(options: Schema): Rule {
6666

6767
const defaultOptions = {
6868
skipImport: false,
69-
configFile: WIZARD_CONFIG_FILE,
69+
configFile: options.configFile !== WIZARD_CONFIG_FILE ? WIZARD_CONFIG_FILE : options.configFile,
7070
};
7171

7272
options = {

0 commit comments

Comments
 (0)