Skip to content

Commit a7eacd7

Browse files
authored
bug fix: updated warning message to reflect impending v1.0 release (spack#47887)
1 parent 09b7ea0 commit a7eacd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/spack/spack/schema/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
{
107107
"names": ["install_missing_compilers"],
108108
"message": "The config:install_missing_compilers option has been deprecated in "
109-
"Spack v0.23, and is currently ignored. It will be removed from config in "
110-
"Spack v0.25.",
109+
"Spack v0.23, and is currently ignored. It will be removed from config after "
110+
"Spack v1.0.",
111111
"error": False,
112112
},
113113
],

0 commit comments

Comments
 (0)