summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2021-08-03 20:00:29 +0200
committerGitHub <noreply@github.com>2021-08-03 18:00:29 +0000
commit468823d1b98a82578e8a454512ffcfa9eb152a61 (patch)
treea07e53c161f9e761d51207cad4f85a8c339c6449 /lib
parentccdf418e52b12d9cf03088e885454098420d4c62 (diff)
downloadspack-468823d1b98a82578e8a454512ffcfa9eb152a61.tar.gz
spack-468823d1b98a82578e8a454512ffcfa9eb152a61.tar.bz2
spack-468823d1b98a82578e8a454512ffcfa9eb152a61.tar.xz
spack-468823d1b98a82578e8a454512ffcfa9eb152a61.zip
Fix typo (#25223)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/config.py b/lib/spack/spack/config.py
index 7ea89b7c98..8df9e514c3 100644
--- a/lib/spack/spack/config.py
+++ b/lib/spack/spack/config.py
@@ -536,7 +536,7 @@ class Configuration(object):
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)