diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-09 17:54:00 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-09 17:54:00 +0300 |
| commit | 1c3b561fa8d7a370651c77f6b8e22c8aa9c8d9f1 (patch) | |
| tree | 37e1e44d027e93234ca16162bc3611557ed8ce05 /src/pkgtoolkit/git_source.rs | |
| parent | b55537c7d2652d1f5b389cce503cc176d1f970ec (diff) | |
Fix multibinary installing
Diffstat (limited to 'src/pkgtoolkit/git_source.rs')
| -rw-r--r-- | src/pkgtoolkit/git_source.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkgtoolkit/git_source.rs b/src/pkgtoolkit/git_source.rs index 0bedf0a..d20feb0 100644 --- a/src/pkgtoolkit/git_source.rs +++ b/src/pkgtoolkit/git_source.rs @@ -73,7 +73,6 @@ impl GitSource { } } - // Fall back to index if INSTALL file doesn't exist or doesn't have git_repo let index_path = Path::new(&config.paths.cache_dir).join("INDEX.toml"); if !index_path.exists() { |
