Skip to content

Commit

Permalink
Update cli/src/main/resources/completion-for-dependency-check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Oct 25, 2020
1 parent 4cf2f1f commit 49e276e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli/src/main/resources/completion-for-dependency-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,10 @@ _odc_completions()
;;
esac
if [[ "$cur" == -* ]] ; then
# COMPREPLY=( $(compgen -W "$options" -- "$cur") )
COMPREPLY=( $(compgen -W "$options" -- "$cur") )
return 0
fi
return 0
}

complete -F _odc_completions dependency-check.sh
complete -F _odc_completions dependency-check.sh

0 comments on commit 49e276e

Please sign in to comment.