From 0acc6a4e92b171168170672c017c7edf78650aee Mon Sep 17 00:00:00 2001
From: yearski <39842469+yearski@users.noreply.github.com>
Date: Wed, 5 Jan 2022 23:29:53 -0700
Subject: [PATCH] fix location for custom/options/license (#18194)

---
 custom/conf/app.example.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index a58e52cb41..f8236d4c93 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -788,7 +788,7 @@ PATH =
 ;PULL_REQUEST_QUEUE_LENGTH = 1000
 ;;
 ;; Preferred Licenses to place at the top of the List
-;; The name here must match the filename in conf/license or custom/conf/license
+;; The name here must match the filename in options/license or custom/options/license
 ;PREFERRED_LICENSES = Apache License 2.0,MIT License
 ;;
 ;; Disable the ability to interact with repositories using the HTTP protocol