zero: use os.UserCacheDir for boostrap config path (#4744)

This commit is contained in:
Kenneth Jenkins 2023-11-17 14:44:32 -08:00 committed by GitHub
parent 6810091d38
commit 14b13bb791
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 1 deletions

View file

@ -39,6 +39,9 @@ func (svc *Source) Run(
api *sdk.API,
fileCachePath string,
) error {
log.Ctx(ctx).Info().Str("bootstrap-config-path", fileCachePath).
Msg("initializing bootstrap config source")
svc.api = api
svc.fileCachePath = fileCachePath