From 81b1eaa006858b3a6d954dab7e9000badcdb86c4 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Mon, 11 Sep 2023 09:58:24 -0600 Subject: [PATCH] Remove recipe path message --- repo.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/repo.sh b/repo.sh index 2fad01da2..ecfff8ee2 100755 --- a/repo.sh +++ b/repo.sh @@ -23,7 +23,6 @@ fi for recipe in $recipes do recipe_path=`target/release/find_recipe $recipe` - echo recipe path is $recipe_path COOKBOOK_RECIPE="$recipe_path" TARGET_DIR="${COOKBOOK_RECIPE}/target/${TARGET}" COOKBOOK_BUILD="${TARGET_DIR}/build" -- GitLab