chore(scripts): use msgr instead of msg_* funcs

This commit is contained in:
2025-02-20 02:29:05 +02:00
parent f4da515120
commit 9fdb4cdfb0
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ clone_or_update_repo()
msg_run "Starting to update $PBB_GIT"
git -C "$PBB_TEMP_DIR" reset --hard origin/master
git -C "$PBB_TEMP_DIR" pull -q \
&& msg_yay "Updated $PBB_GIT"
&& msgr yay "Updated $PBB_GIT"
fi
}