Skip to content

Commit

Permalink
switched to 0.27 version
Browse files Browse the repository at this point in the history
  • Loading branch information
German Osin authored and German Osin committed Jul 3, 2024
1 parent 26d8deb commit 415b83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func NewResolver(plainHttp bool, appConfig *AppConfig) (*Resolver, error) {
return &Resolver{
ociResolver: oci,
httpResolver: http,
basePath: path.Join(homeDir, ".pkl/cache/package-1"),
basePath: path.Join(homeDir, ".pkl/cache/package-2"),
appConfig: appConfig,
cache: make(map[string]*Metadata),
}, nil
Expand Down

0 comments on commit 415b83e

Please sign in to comment.