Skip to content

Commit 724383e

Browse files
committed
fix: Print 'git fetch' when upgrading packages
1 parent 905505e commit 724383e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/lib/commands/do-upgrade.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ do_actual_upgrade() {
112112
do-plumbing-unlink-completions "$id"
113113
do-plumbing-unlink-man "$id"
114114

115+
printf ' -> %s\n' "Fetching repository updates and merging"
115116
local git_output=
116117
if ! git_output="$(git -C "$BPM_PACKAGES_PATH/$id" pull 2>&1)"; then
117118
log.error "Could not update Git repository"

0 commit comments

Comments
 (0)