Skip to content

Commit

Permalink
[backend] Fix typo in createrepo_rpmmd_hook.pm example
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed May 6, 2024
1 parent 995624f commit fa9fa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/examples/createrepo_rpmmd_hook.pm
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ sub createrepo_rpmmd_hook {
# createrepo_c 1.0.0 changed the default to zstd. In order to preserve
# compatibility with SLE12 and SLE15 GA we need to set gz
if ($options->{'compression-zstd'}) {
push @legacyargs, '--compress-type=zst';
push @legacyargs, '--compress-type=zstd';
} else {
push @legacyargs, '--compress-type=gz';
}
Expand Down

0 comments on commit fa9fa86

Please sign in to comment.