Fix typo (#25223)
This commit is contained in:
parent
ccdf418e52
commit
468823d1b9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue