From f3073d4516c76ba83eb1d2442b56fc3d2ceb2d32 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 3 Mar 2021 10:08:38 +0200 Subject: 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. --- client.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1