Commit c3412ca5 authored by Fredrik Wallgren's avatar Fredrik Wallgren
Browse files

Replace forgotten rubies with authors

parent d866662c
...@@ -25,7 +25,7 @@ case $state in ...@@ -25,7 +25,7 @@ case $state in
args) args)
case $line[1] in case $line[1] in
(use|delete) (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 esac
;; ;;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment