From b41b95a3381967eb7c0afcb07b1cad0545f11d57 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 6 Jun 2021 17:09:39 +0200 Subject: [PATCH] Path typo --- sources/patches/app-constants.py.patch.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/patches/app-constants.py.patch.src b/sources/patches/app-constants.py.patch.src index 103b635..852e911 100644 --- a/sources/patches/app-constants.py.patch.src +++ b/sources/patches/app-constants.py.patch.src @@ -1,5 +1,5 @@ ---- ./ori/constants.py 2021-05-22 14:08:46.000000000 +0200 -+++ ./new/constants.py 2021-06-06 11:02:36.060353942 +0200 +--- a/cps/constants.py 2021-05-22 14:08:46.000000000 +0200 ++++ b/cps/constants.py 2021-06-06 11:02:36.060353942 +0200 @@ -25,7 +25,7 @@ HOME_CONFIG = os.path.isfile(os.path.join(os.path.dirname(os.path.abspath(__file__)), '.HOMEDIR'))