Merge "Fixed config code example if the path has spaces."

This commit is contained in:
Zuul 2019-01-16 12:47:17 +00:00 committed by Gerrit Code Review
commit 2c8eb916b2
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}")