Skip to content

Commit cabe800

Browse files
authored
Merge pull request #284 from pulp-platform/fix_vendor_init_patch
Fix vendor init patching
2 parents 413606e + 495c82a commit cabe800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cmd/vendor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ pub fn init(
353353
)
354354
})?;
355355

356-
if no_patch {
356+
if !no_patch {
357357
apply_patches(
358358
rt,
359359
git.clone(),

0 commit comments

Comments
 (0)