From ce3ad8c543c98f3c49e5882842e983d5779abd3c Mon Sep 17 00:00:00 2001 From: Zeke Gabrielse Date: Fri, 15 Nov 2024 16:05:16 -0600 Subject: [PATCH] fix typo --- lib/oci_image_layout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oci_image_layout.rb b/lib/oci_image_layout.rb index 0ceef90f1..7d1070d48 100644 --- a/lib/oci_image_layout.rb +++ b/lib/oci_image_layout.rb @@ -245,7 +245,7 @@ def initialize(io, fs:, **) @layers = [] @config = nil - # some blobs may not be referenced without being present + # some blobs may be referenced without being present return unless exists?