mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-31 06:12:14 +01:00
28 lines
895 B
Diff
28 lines
895 B
Diff
Patch-Source: https://github.com/ulyssa/iamb/commit/47e650c2be6ab10affc4f697be771e71f65610b1.patch
|
|
--
|
|
From 47e650c2be6ab10affc4f697be771e71f65610b1 Mon Sep 17 00:00:00 2001
|
|
From: balejk <70893190+balejk@users.noreply.github.com>
|
|
Date: Wed, 13 Sep 2023 01:50:37 +0200
|
|
Subject: [PATCH] Fix example config (#140)
|
|
|
|
---
|
|
docs/example_config.json | 7 ++++---
|
|
1 file changed, 4 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/docs/example_config.json b/docs/example_config.json
|
|
index dffdd6f..a10f16b 100644
|
|
--- a/docs/example_config.json
|
|
+++ b/docs/example_config.json
|
|
@@ -26,7 +26,8 @@
|
|
"default_room": "#iamb-users:0x.badd.cafe"
|
|
},
|
|
"dirs": {
|
|
- "cache": "~/.cache/iamb/",
|
|
- "logs": "~/.local/share/iamb/logs/",
|
|
- "downloads": "~/Downloads/"
|
|
+ "cache": "/home/user/.cache/iamb/",
|
|
+ "logs": "/home/user/.local/share/iamb/logs/",
|
|
+ "downloads": "/home/user/Downloads/"
|
|
}
|
|
+}
|