mirror of
https://github.com/containers/skopeo.git
synced 2026-07-14 13:48:32 +00:00
Only attempt to Shutdown() the default storage.Store if we actually opened it to begin with. This avoids some unnecessary churn with storage in cases where argument parsing flags an invocation error. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> Closes: #41 Approved by: rhatdan