diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-11 20:07:13 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-11 20:07:13 +0000 |
| commit | d057a68a837d278f5dfe55a5dc3c4998e4f126f5 (patch) | |
| tree | 2ab65bbca01943bbfc36bade64b20771f7e28da9 /src/update_pkg.c | |
| parent | 12fc304f6627dabb2e907582b1ea724c9cad2297 (diff) | |
cpdir checkpoint
Diffstat (limited to 'src/update_pkg.c')
| -rw-r--r-- | src/update_pkg.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
