Skip to content

Commit

Permalink
Fix changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Grifs committed May 29, 2024
1 parent 0c60e90 commit 28b2e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TODO add summary
## NEW FUNCTIONALITY

* `dependencies`: GitHub and ViashHub repositories now get properly cached (PR #699).
The cache is stored in the `~/.viash/cache` directory using sparse-checkout to only fetch the necessary files.
The cache is stored in the `~/.viash/repositories` directory using sparse-checkout to only fetch the necessary files.
During a build, the cache is checked for the repository and if it is found and still up-to-date, the repository is not cloned again and instead the cache is copied to a temporary folder where the files are checked out from the sparse-checkout.

## BUG FIXES
Expand Down

0 comments on commit 28b2e89

Please sign in to comment.