refactor: better error msg when trying to install pkg without a prefix

This commit is contained in:
Jorge Bucaran 2018-10-07 02:24:55 +09:00
parent 543e97d6c7
commit 3e0bca9e47
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -209,7 +209,7 @@ function _fisher_pkg_fetch_all
case \*/\*
set name "github.com/$name"
case \*
echo "cannot install \"$name\" -- should be <owner>/$name" >&2
echo "cannot install \"$name\" without a prefix -- should be <owner>/$name" >&2
continue
end