diff --git a/lib/develop/gittools/repository.v b/lib/develop/gittools/repository.v index ff049ab6..55ab2c2d 100644 --- a/lib/develop/gittools/repository.v +++ b/lib/develop/gittools/repository.v @@ -63,7 +63,7 @@ pub fn (mut gitstructure GitStructure) repo_new_from_gitlocation(git_location Gi status_local: GitRepoStatusLocal{} status_wanted: GitRepoStatusWanted{} } - gitstructure.repos[repo.name] = &repo + gitstructure.repos[repo.cache_key()] = &repo return &repo } diff --git a/test_basic.vsh b/test_basic.vsh index 7f18f408..d0e5345c 100755 --- a/test_basic.vsh +++ b/test_basic.vsh @@ -179,6 +179,9 @@ clients/meilisearch clients/zdb clients/openai systemd_process_test.v + +// We should fix that one +clients/livekit ' tests_error := '