Skip to content

Commit

Permalink
fix: new function used for configService
Browse files Browse the repository at this point in the history
Signed-off-by: Sownak Roy <sownak.roy@accenture.com>
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
sownak authored and petermetz committed May 19, 2020
1 parent 8eaeb45 commit a3561d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate-api-server-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { ConfigService } = require('../packages/bif-cmd-api-server/dist/lib/main/

const main = async () => {
const configService = new ConfigService();
const config = configService.generateExampleConfig();
const config = configService.newExampleConfig();
const configJson = JSON.stringify(config, null, 4).concat('\n');

if (fs.existsSync(config.configFile)) {
Expand Down

0 comments on commit a3561d3

Please sign in to comment.