This commit is contained in:
Harmen Stoppels
2021-08-03 20:00:29 +02:00
committed by GitHub
parent ccdf418e52
commit 468823d1b9

View File

@@ -536,7 +536,7 @@ def update_config(self, section, update_data, scope=None, force=False):
msg = ('The "{0}" section of the configuration needs to be written'
' to disk, but is currently using a deprecated format. '
'Please update it using:\n\n'
'\tspack config [--scope=<scope] update {0}\n\n'
'\tspack config [--scope=<scope>] update {0}\n\n'
'Note that previous versions of Spack will not be able to '
'use the updated configuration.')
msg = msg.format(section)