Skip to content

Commit

Permalink
typo request.pkg.spec
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed May 14, 2022
1 parent c237807 commit b60db70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pakages/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def prepare_cache(self, registries=None, tag=None):
# Try until we get a cache hit
for registry in registries:
for name, uri in self.iter_artifact_names(
registry, request.package.spec, tag
registry, request.pkg.spec, tag
):
artifact = oras.fetch(uri, os.path.join(tmpdir, name))
if artifact:
Expand Down

0 comments on commit b60db70

Please sign in to comment.