Skip to content

Commit

Permalink
Update completion to fit new flags scheme
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Shishkin <[email protected]>
  • Loading branch information
teran committed Dec 1, 2018
1 parent 78d9958 commit 22acaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/complete.d/checksum
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _checksum ()
{
CUR="${COMP_WORDS[COMP_CWORD]}"
COMPREPLY=()
OPTS=$(echo | checksum -complete ${COMP_CWORD} -- ${COMP_WORDS[@]})
OPTS=$(echo | checksum --complete ${COMP_CWORD} -- ${COMP_WORDS[@]})

if [ $? -ne 0 ]; then
return $?
Expand Down

0 comments on commit 22acaaa

Please sign in to comment.