From 5101175a4d4add1e3224fda089e6b6611471cb42 Mon Sep 17 00:00:00 2001 From: Benoit S Date: Mon, 27 Sep 2021 17:51:50 +0900 Subject: [PATCH] Missing quote --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a8422a..0dd983e 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,5 @@ lxc config device add _disk disk source=/dev/vdf path=/mnt/pictures Then add it to `group_data/production.py`: ``` -photoprism_originals_src=/mnt/pictures' +photoprism_originals_src='/mnt/pictures' ```