From 8eb9ed31c0de399f9f44587808a556fada22f298 Mon Sep 17 00:00:00 2001 From: yearski <39842469+yearski@users.noreply.github.com> Date: Wed, 5 Jan 2022 21:27:23 -0700 Subject: [PATCH] fix location for custom/options/license This effectively recreates PR #15669 which was closed in anticipation of #15559 which did not come to be final. --- 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 17343aaea15f8..fb12374cafec2 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -786,7 +786,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