From fa00a61b9563f6b154a2073307e81fd4ff312cce Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Wed, 20 May 2020 14:04:16 -0600 Subject: [PATCH] Remove duplicate execution of patch command --- src/bin/cook.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/cook.rs b/src/bin/cook.rs index 03e5c0892..06edae0c4 100644 --- a/src/bin/cook.rs +++ b/src/bin/cook.rs @@ -258,8 +258,6 @@ fn fetch(recipe_dir: &Path, source: &SourceRecipe) -> Result<PathBuf, String> { status )); } - - run_command(command)?; } // Move source.tmp to source atomically -- GitLab