From 2e169c39f07bab4029d877bc24be80fdac9774d7 Mon Sep 17 00:00:00 2001 From: jmiezitis Date: Wed, 14 Feb 2024 01:25:18 +1100 Subject: [PATCH] Update customizations.rst illegal characters in OOD_JOB_NAME_ILLEGAL_CHARS example (#932) Cut and paste of the example for OOD_JOB_NAME_ILLEGAL_CHARS resulted in an error. Remving the hyphen at the start of the line fixed this. --- source/customizations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/customizations.rst b/source/customizations.rst index d671e60a..803f1aeb 100644 --- a/source/customizations.rst +++ b/source/customizations.rst @@ -1159,7 +1159,7 @@ To resolve this set ``OOD_JOB_NAME_ILLEGAL_CHARS`` to ``/`` for all OOD applicat # /etc/ood/config/nginx_stage.yml pun_custom_env: - - OOD_JOB_NAME_ILLEGAL_CHARS: "/" + OOD_JOB_NAME_ILLEGAL_CHARS: "/" .. _customize_dex_theme: