diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |