Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Aug 7, 2024
1 parent b168c2c commit fe8889b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workshop.pl
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ sub delete_proto {
$skopeo_url = "docker://" . $image_id;
}
logger('info', "Querying for origin image digest...\n", 1);
($command, $command_output, $rc) = run_command("skopeo inspect --no-tags " . $skopeo_url);
($command, $command_output, $rc) = run_command("skopeo inspect " . $skopeo_url);
if ($rc == 0) {
logger('info', "succeeded\n", 2);
command_logger('verbose', $command, $rc, $command_output);
Expand Down

0 comments on commit fe8889b

Please sign in to comment.