diff --git a/debian/patches/0001-fix-for-review-json-path b/debian/patches/0001-fix-for-review-json-path
index 160ba77..e69de29 100644
--- a/debian/patches/0001-fix-for-review-json-path
+++ b/debian/patches/0001-fix-for-review-json-path
@@ -1,13 +0,0 @@
-diff --git a/lpreports/application.py b/lpreports/application.py
-index 7626b10..95439f6 100644
---- a/lpreports/application.py
-+++ b/lpreports/application.py
-@@ -22,7 +22,7 @@ log = logging.getLogger(__name__)
- 
- def load_reviews_config():
-     dir_name = os.path.dirname(os.path.abspath(__file__))
--    config_path = os.path.join(dir_name, "..", "config", "review.json")
-+    config_path = '/etc/lpreports/review.json'
-     with open(config_path) as review_file:
-         return json.load(review_file)
- 
