diff --git a/src/bin/cook.rs b/src/bin/cook.rs index 03e5c089..06edae0c 100644 --- a/src/bin/cook.rs +++ b/src/bin/cook.rs @@ -258,8 +258,6 @@ fn fetch(recipe_dir: &Path, source: &SourceRecipe) -> Result { status )); } - - run_command(command)?; } // Move source.tmp to source atomically