Less childish wording [CI SKIP]

Jef Roosens 2022-02-13 15:24:52 +01:00
parent 8455f4c977
commit 0003fd234b
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 3 additions and 3 deletions

View File

@ -46,11 +46,11 @@ pub fn new_multi(repo_dir string, pkg_dir string) ?MultiArchRepo {
pub fn (r &MultiArchRepo) add_from_path(repo_name string, pkg_path string) ?(bool, &package.Pkg) {
// First, we create the repo if it isn't present yet
println('wow')
println('step one')
rp := lock r.repos {
println('wollah')
println('step two')
if repo_name !in r.repos {
println('yicht')
println('step three')
r.repos[repo_name] = new_arch(os.join_path_single(r.repo_dir, repo_name),
r.pkg_dir) ?
}