Remove duplicate execution of patch command

This commit is contained in:
Jeremy Soller 2020-05-20 14:04:16 -06:00
parent 11a244bef3
commit fa00a61b95
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -258,8 +258,6 @@ fn fetch(recipe_dir: &Path, source: &SourceRecipe) -> Result<PathBuf, String> {
status
));
}
run_command(command)?;
}
// Move source.tmp to source atomically