From e3b19277cb10b3cd53bb23f3eeb3c51b1a4f381a Mon Sep 17 00:00:00 2001 From: Marcio Fernandes Date: Fri, 21 Jan 2022 09:46:31 +0000 Subject: [PATCH] . --- onlyone/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onlyone/__init__.py b/onlyone/__init__.py index f745ce8..9ad219b 100644 --- a/onlyone/__init__.py +++ b/onlyone/__init__.py @@ -6,7 +6,7 @@ import yaml from typing import List from onlyone import namedpipes -DEFAULT_CONFIG_PATH = "/etc/config.yaml" +DEFAULT_CONFIG_PATH = "/etc/onlyone/config.yaml" log = logging.getLogger(__name__)