From d057a68a837d278f5dfe55a5dc3c4998e4f126f5 Mon Sep 17 00:00:00 2001 From: dacctal Date: Thu, 11 Jun 2026 20:07:13 +0000 Subject: cpdir checkpoint --- src/update_pkg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/update_pkg.c') diff --git a/src/update_pkg.c b/src/update_pkg.c index 093f25c..7511b54 100644 --- a/src/update_pkg.c +++ b/src/update_pkg.c @@ -7,9 +7,9 @@ void update_pkg(Pkg pkg) { if (is_updated(pkg.src)) { - printf("%s%s%s%s is already up to date.\n", print_skipped, green, pkg.name, color_reset); + printf("%s %s%s%s is already up to date.\n", print_skipped, green, pkg.name, color_reset); return; } - printf("%sUpdating package: %s%s%s\n", print_pkgit, green, pkg.name, color_reset); + printf("%s Updating package: %s%s%s\n", print_pkgit, green, pkg.name, color_reset); install_pkg(pkg); } \ No newline at end of file -- cgit v1.2.3