Skip to content

Commit

Permalink
Merge branch 'main' into configure_workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
dwillist authored May 17, 2021
2 parents e25bc49 + ac36b52 commit 6de4a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/registry/registry_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func (r *Cache) Initialize() error {
func (r *Cache) CreateCache() error {
r.logger.Debugf("Creating registry cache for %s/%s", r.url.Host, r.url.Path)

root, err := ioutil.TempDir("", "registry")
root, err := ioutil.TempDir(filepath.Dir(r.Root), "registry")
if err != nil {
return err
}
Expand Down

0 comments on commit 6de4a7a

Please sign in to comment.