Skip to content

Commit cad53f2

Browse files
committed
final updates
1 parent d916e2a commit cad53f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/cmd/generateall.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { cloneAndGenerateBasePaths, generateBasePaths, getPackageString, resolve
55
import { SchemaConfiguration, generateSchemas, clearAutoGeneratedSchemaRefs, saveAutoGeneratedSchemaRefs, getApiVersionsByNamespace } from '../generate';
66
import { findOrGenerateAutogenEntries } from '../autogenlist';
77
import chalk from 'chalk';
8-
import { flatten, keys, sum } from 'lodash';
8+
import { flatten, keys } from 'lodash';
99
import { executeSynchronous, chunker, writeJsonFile } from '../utils';
1010
import { Package } from '../models';
1111
import yargs from 'yargs';
@@ -35,7 +35,7 @@ executeSynchronous(async () => {
3535
let summaryPath = args['summary-log-path'];
3636

3737
if (!localPath) {
38-
localPath = 'C:\\tmp'; //constants.specsRepoPath;
38+
localPath = constants.specsRepoPath;
3939
basePaths = await cloneAndGenerateBasePaths(localPath, constants.specsRepoUri, constants.specsRepoCommitHash);
4040
} else {
4141
localPath = await resolveAbsolutePath(localPath);

0 commit comments

Comments
 (0)