From 3e0bca9e4706d79930faec69ce88cef0eb30dc72 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Sun, 7 Oct 2018 02:24:55 +0900 Subject: [PATCH] refactor: better error msg when trying to install pkg without a prefix --- fisher.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fisher.fish b/fisher.fish index fcc7698..3746a40 100644 --- a/fisher.fish +++ b/fisher.fish @@ -209,7 +209,7 @@ function _fisher_pkg_fetch_all case \*/\* set name "github.com/$name" case \* - echo "cannot install \"$name\" -- should be /$name" >&2 + echo "cannot install \"$name\" without a prefix -- should be /$name" >&2 continue end