diff options
| author | dacctal <dacctalyt@gmail.com> | 2026-04-14 22:54:24 +0000 |
|---|---|---|
| committer | dacctal <dacctalyt@gmail.com> | 2026-04-14 22:54:24 +0000 |
| commit | 574708a5f97907c4b4e67788d38f89fac0981b70 (patch) | |
| tree | 889c8e37b536517ecdace81f5a699fb51e878d7f /src/create_pkg.cc | |
| parent | 3f48bd15a079c5d4feb04e974102238de78249c3 (diff) | |
added root config
Diffstat (limited to 'src/create_pkg.cc')
| -rw-r--r-- | src/create_pkg.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
