summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-03 10:08:38 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-03 10:21:04 +0200
commitf3073d4516c76ba83eb1d2442b56fc3d2ceb2d32 (patch)
treee13baf4a7e61c89397e417f0012ce946c56b68ab
parente3117849f4d9d70ba2edf80cbe5e43761c27d75c (diff)
downloadobnam2-f3073d4516c76ba83eb1d2442b56fc3d2ceb2d32.tar.gz
test: use a generic root for client.yaml
Previously client.yaml used a directory that only exists in my home directory, making the example config not be useful for others, unless they changed it.
-rw-r--r--client.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.yaml b/client.yaml
index 7fa935b..4a2ad54 100644
--- a/client.yaml
+++ b/client.yaml
@@ -1,5 +1,5 @@
server_url: https://localhost:8888
verify_tls_cert: false
roots:
- - /home/liw/tmp/watch-and-review
+ - live
log: obnam.log