summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/pkg b/bin/pkg
index 758186b..d163277 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -725,14 +725,13 @@ function pkg_refresh {
function pkg_update {
if [[ -z $1 || $1 == local ]] {
- info "Updating local package list"
+ info "Updating local package list\n"
list_update_local
clear_line
}
if [[ -z $1 || $1 == remote ]] {
- info "Updating remote package list"
+ info "Updating remote package list\n"
list_update_remote
- clear_line
}
}