Skip to content

Commit 36b7639

Browse files
committed
Fixing the defaultHash function name
1 parent ef9d6ec commit 36b7639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/commands/generateReport.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ module.exports = function generateReport(args) {
1111
let reportGenerator = reporterHTML.reportGenerator;
1212

1313
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);
14+
// setting setDefaults to {} if not present and set via env variables or via args.
15+
utils.setDefaults(bsConfig, args);
1616

1717
// accept the username from command line if provided
1818
utils.setUsername(bsConfig, args);

0 commit comments

Comments
 (0)