diff options
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/spack-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 1644cffe6f..b06d468aad 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -1060,7 +1060,7 @@ _spack_external_list() { } _spack_external_read_cray_manifest() { - SPACK_COMPREPLY="-h --help --file --directory --dry-run --fail-on-error" + SPACK_COMPREPLY="-h --help --file --directory --ignore-default-dir --dry-run --fail-on-error" } _spack_fetch() { |