summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 5ab258f..3619dc1 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -257,7 +257,7 @@ pkg_update () {
info "Updating: $1 to $(echo $NEW | tail -n 1)"
$VCS_CMD $VCS_OPTIONS $VCS_UPDATE $VCS_UPDATE_OPTIONS
clear_line
- info "Updated: $1 to $(echo $NEW | tail -n 1) \n"
+ info "Updated $1 to $(echo $NEW | tail -n 1) \n"
check_deps "$1"
if ([ -r Makefile ]) {
info "Building binaries\n"