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 c7b0460 commit 3755945
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 @@ -935,7 +935,7 @@ sub delete_proto {

$command_output = filter_output($command_output);
my $skopeo_json = decode_json($command_output);
$userenv_json->{'userenv'}{'origin'}{'digest'} = $skopeo_json{'digest'};
$userenv_json->{'userenv'}{'origin'}{'digest'} = $skopeo_json->{'digest'};
} else {
logger('info', "failed"\n, 2);
command_logger('error', $command, $rc, $command_output);
Expand Down

0 comments on commit 3755945

Please sign in to comment.