diff options
Diffstat (limited to 'share/spack/qa/run-style-tests')
-rwxr-xr-x | share/spack/qa/run-style-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/qa/run-style-tests b/share/spack/qa/run-style-tests index 23d756a3bc..4eb503dae2 100755 --- a/share/spack/qa/run-style-tests +++ b/share/spack/qa/run-style-tests @@ -18,7 +18,7 @@ check_dependencies flake8 mypy # verify that the code style is correct -spack style +spack style --root-relative # verify that the license headers are present spack license verify |