Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bundler: Fix name for git repos in config file
The name of the cached git repository comes from git URL, not from the name declared in the Gemfile. We use `repo_name` property for that in the `GitDependency` class [1]. Reuse the property for the cache path in the bundler config file as well. --- [1]: https://github.com/containerbuildsystem/cachi2/blob/main/cachi2/core/package_managers/bundler/parser.py#L143 Signed-off-by: Michal Šoltis <[email protected]>
- Loading branch information