Skip to content

Commit

Permalink
Fix autocompletions of options for 'nixops check'
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaq committed Mar 29, 2020
1 parent b628f2f commit 46c40cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _nix
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ function _nix_completion () {
'--max-concurrent-copy:->number')
break
;;
destroy)
check|destroy)
main_options=(
'--all'
${nixops_include_exclude[*]})
Expand All @@ -925,7 +925,7 @@ function _nix_completion () {
main_options=('--all' '--plain' '--no-eval')
break
;;
check|ssh)
ssh)
break
;;
ssh-for-each)
Expand Down

0 comments on commit 46c40cc

Please sign in to comment.