update bash completions

This commit is contained in:
Gregory Becker
2020-03-31 16:33:40 -07:00
committed by Tamara Dahlgren
parent 6f39d8011e
commit 73f76bc1b5

View File

@@ -1469,7 +1469,7 @@ _spack_test() {
then
SPACK_COMPREPLY="-h --help --keep-stage --log-format --log-file --cdash-upload-url --cdash-build --cdash-site --cdash-track --cdash-buildstamp --help-cdash --smoke --capability --clean --dirty"
else
_all_packages
_installed_packages
fi
}