Skip to content

Commit

Permalink
Replace forgotten rubies with authors
Browse files Browse the repository at this point in the history
  • Loading branch information
walle committed Jul 30, 2011
1 parent d866662 commit c3412ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gas/_gas
Expand Up @@ -25,7 +25,7 @@ case $state in
args)
case $line[1] in
(use|delete)
_values -S , 'rubies' $(cat ~/.gas | sed -n -e 's/^\[\(.*\)\]/\1/p') && ret=0
_values -S , 'authors' $(cat ~/.gas | sed -n -e 's/^\[\(.*\)\]/\1/p') && ret=0
;;
esac
;;
Expand Down

0 comments on commit c3412ca

Please sign in to comment.