diff options
Diffstat (limited to 'gn2/utility/tools.py')
-rw-r--r-- | gn2/utility/tools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/utility/tools.py b/gn2/utility/tools.py index 159643d3..29d94a43 100644 --- a/gn2/utility/tools.py +++ b/gn2/utility/tools.py @@ -40,7 +40,7 @@ def get_setting(command_id, guess=None): Note that we do not use the system path. This is on purpose because it will mess up controlled (reproducible) deployment. The proper way is to either use the GNU Guix defaults as listed in - etc/default_settings.py or override them yourself by creating a + gn2/default_settings.py or override them yourself by creating a different settings.py file (or setting the environment). """ |