aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-harness')
-rw-r--r--packages/taler-harness/src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-harness/src/index.ts b/packages/taler-harness/src/index.ts
index 841e17dc7..0efaea9ad 100644
--- a/packages/taler-harness/src/index.ts
+++ b/packages/taler-harness/src/index.ts
@@ -196,7 +196,7 @@ configCli
res = config.getPath(args.get.section, args.get.option);
}
if (res.isDefined()) {
- console.log(res.value);
+ console.log(res.getValue());
} else {
console.warn("not found");
process.exit(1);