Skip to content

Commit

Permalink
Update share/spack/spack-completion.bash using 'spack commands --upda…
Browse files Browse the repository at this point in the history
…te-completion'
  • Loading branch information
climbfuji committed Feb 24, 2023
1 parent daf4a32 commit 7ed0fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/spack/spack-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ _spack_buildcache() {
_spack_buildcache_create() {
if $list_options
then
SPACK_COMPREPLY="-h --help -r --rel -f --force -u --unsigned -a --allow-root -k --key -d --directory -m --mirror-name --mirror-url --rebuild-index --spec-file --only"
SPACK_COMPREPLY="-h --help -r --rel -f --force -u --unsigned -a --allow-root -k --key -d --directory -m --mirror-name --mirror-url --rebuild-index --spec-file --only --skip-on-error"
else
_all_packages
fi
Expand Down

0 comments on commit 7ed0fc6

Please sign in to comment.