diff options
Diffstat (limited to 'src/install_pkg.c')
| -rw-r--r-- | src/install_pkg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install_pkg.c b/src/install_pkg.c index c326d48..428da37 100644 --- a/src/install_pkg.c +++ b/src/install_pkg.c @@ -32,7 +32,7 @@ void install_pkg(Pkg pkg) { copy_install(pkg.src); } } - printf("%sinstalled!\n", print_pkgit); + printf("%s%s installed!\n", print_success, pkg.name); bool repo_exists = false; for (size_t i = 0; i < cached_repos_count; i++) { |
