diff options
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); } |
