We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9d6ec commit 36b7639Copy full SHA for 36b7639
bin/commands/generateReport.js
@@ -11,8 +11,8 @@ module.exports = function generateReport(args) {
11
let reportGenerator = reporterHTML.reportGenerator;
12
13
return utils.validateBstackJson(bsConfigPath).then(function (bsConfig) {
14
- // setting setDefaultAuthHash to {} if not present and set via env variables or via args.
15
- utils.setDefaultAuthHash(bsConfig, args);
+ // setting setDefaults to {} if not present and set via env variables or via args.
+ utils.setDefaults(bsConfig, args);
16
17
// accept the username from command line if provided
18
utils.setUsername(bsConfig, args);
0 commit comments