Fixed config code example if the path has spaces.

Change-Id: I3a9dd03c9957cde335a8d37b88bbfe257492012a
This commit is contained in:
Florian Apolloner 2019-01-15 18:30:42 +01:00 committed by David Moreau Simard
parent 5bae31785f
commit 9c7c7c474f
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ if not os.path.exists(DEFAULT_CONFIG) and "ARA_SETTINGS" not in os.environ:
# This is a default configuration template generated by ARA.
# To use a configuration file such as this one, you need to export the
# ARA_SETTINGS configuration variable like so:
# $ export ARA_SETTINGS={DEFAULT_CONFIG}
# $ export ARA_SETTINGS="{DEFAULT_CONFIG}"
"""
logger.info(f"Writing default config to {DEFAULT_CONFIG}")