From 17632a6941a19b1a9d1af425ef2bf302095ef3b3 Mon Sep 17 00:00:00 2001 From: Hilary James Oliver Date: Tue, 24 Sep 2019 12:09:11 +1200 Subject: [PATCH] Tweak docs on global config. --- src/appendices/site-user-config-ref.rst | 4 ++-- src/global-flow-conf.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/appendices/site-user-config-ref.rst b/src/appendices/site-user-config-ref.rst index 0989bda831..0ba8d5ba07 100644 --- a/src/appendices/site-user-config-ref.rst +++ b/src/appendices/site-user-config-ref.rst @@ -878,8 +878,8 @@ Settings for the automated development tests. .. note:: The test battery reads - ``global-tests.rc`` instead of the normal site/user - global config files. + ``flow-tests.rc`` instead of the normal site/user + global config files (from the same locations, however). [test battery] ``->`` remote host with shared fs diff --git a/src/global-flow-conf.rst b/src/global-flow-conf.rst index d56ddd6e00..6c865f4711 100644 --- a/src/global-flow-conf.rst +++ b/src/global-flow-conf.rst @@ -32,5 +32,5 @@ For all legal items, see the :ref:`SiteRCReference`. File locations: ^^^^^^^^^^^^^^^ -- **Site**: ``/etc/cylc/flow/$CYLC_VERSION/flow.rc`` -- **User**: ``$HOME/.cylc/flow/$CYLC_VERSION/flow.rc`` +- **Site**: ``/etc/cylc/flow//flow.rc`` +- **User**: ``$HOME/.cylc/flow//flow.rc``