Minor tweak to info output when verifying/building

This commit is contained in:
Stephen Seo 2023-03-21 11:11:29 +09:00
parent 3fd1263d80
commit 00561e0736
1 changed files with 1 additions and 1 deletions

View File

@ -1021,7 +1021,7 @@ def update_pkg_list(
cleanup_sccache(other_state["chroot"])
# check integrity
log_print(f"Checking files of {pkg} before building it...")
log_print(f'Checking files of "{pkg}" before building it...')
try:
subprocess.run(
("/usr/bin/env", "makepkg", "--verifysource"),