From 574708a5f97907c4b4e67788d38f89fac0981b70 Mon Sep 17 00:00:00 2001 From: dacctal Date: Tue, 14 Apr 2026 22:54:24 +0000 Subject: added root config --- src/create_pkg.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/create_pkg.cc') diff --git a/src/create_pkg.cc b/src/create_pkg.cc index 564c11f..458150c 100644 --- a/src/create_pkg.cc +++ b/src/create_pkg.cc @@ -24,7 +24,7 @@ Pkg create_pkg(std::string arg) { pkg.url = repos[arg]; pkg.name = arg; } else { - std::cout << print_error << "'" << arg << "'" << " is not a valid package"; + std::cout << print_error << "'" << arg << "'" << " is not a valid package" << std::endl; exit(1); } -- cgit v1.2.3