diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-02 09:20:36 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-02 09:20:36 +0000 |
| commit | 979a9571b7118822e67735654b36498fb8010c2a (patch) | |
| tree | 61774c2b653464c1d5e1fb02917c62b40421cf71 /src/create_pkg.cc | |
| parent | ac6c1dfd676eedca3e1b3c4d5c3b0ecf32fc1539 (diff) | |
clumsy me, flipping values for no good reason
Diffstat (limited to 'src/create_pkg.cc')
| -rw-r--r-- | src/create_pkg.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/create_pkg.cc b/src/create_pkg.cc index 4729923..58e077f 100644 --- a/src/create_pkg.cc +++ b/src/create_pkg.cc @@ -24,7 +24,6 @@ Pkg create_pkg(std::string arg, const char* target) { pkg.url = arg; pkg.name = name_from_url(arg); } else if (arg == ".") { - std::cout << "this pkg is local" << std::endl; pkg.url = ""; pkg.src = std::filesystem::current_path().string(); pkg.name = name_from_url(std::filesystem::current_path().string()); |
