Skip to content

Commit

Permalink
rebase code from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
syokensyo committed Oct 9, 2023
2 parents 925992d + 64f4e4c commit 3602433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fn test_rpm_builder() -> Result<(), Box<dyn std::error::Error>> {
let builder = PackageBuilder::new("test", "1.0.0", "MIT", "x86_64", "some awesome package")
.description(
"This is an awesome package.
However, it does nothing.",
)
.compression(rpm::CompressionType::Gzip)
Expand Down

0 comments on commit 3602433

Please sign in to comment.