summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index ee8ec2c..c25d503 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -122,7 +122,7 @@ vcs_add () {
case "$1" in
git) git clone "$2" ;;
hg|'') hg clone "$2" ;;
- *) die "Package '$2' does not exist\n" ;;
+ *) die "Cannot handle repository format '$1'\n" ;;
esac
}