diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -326,7 +326,7 @@ pkg_update () { if ([ $? = 0 ]) { clear_line info "Updating $1" - [ -n "$NEW" ] && info "to $(echo $NEW | tail -n 1)" + [ -n "$NEW" ] && info " to $(echo $NEW | tail -n 1)" info "\n" vcs_update check_deps "$1" |