From b4528cf39e36c6f9f812184bc3368ba551c3e910 Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Mon, 27 Nov 2023 20:52:22 -0500 Subject: [PATCH] fix readme typo (#76) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00f346d..e17914b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ However note that caching the registries may mean that the registry will not be - `cache-registries` - Whether to cache `~/.julia/registries/`. Defaults to `false`. Disabled to ensure CI gets latest versions. - `cache-compiled` - Whether to cache `~/.julia/compiled/`. Defaults to `true`. - `cache-scratchspaces` - Whether to cache `~/.julia/scratchspaces/`. Defaults to `true`. -- `cache-log` - Whether to cache `~/.julia/logs/`. Defaults to `true`. Helps auto-`Pkg.gc()` keep the cache small. +- `cache-logs` - Whether to cache `~/.julia/logs/`. Defaults to `true`. Helps auto-`Pkg.gc()` keep the cache small. - `delete-old-caches` - Whether to delete old caches for the given key. Defaults to `true` - `token` - A github PAT. Defaults to `github.token`. Requires `repo` scope to enable the deletion of old caches.