From 43b784ca601f669bc192edf7db97d4cfa9d4251f Mon Sep 17 00:00:00 2001 From: Franjo Mindek Date: Wed, 24 Sep 2025 14:37:44 +0200 Subject: [PATCH] quiet --- opensaas-sh/tools/dope.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensaas-sh/tools/dope.sh b/opensaas-sh/tools/dope.sh index 92425c8c..07a35e6f 100755 --- a/opensaas-sh/tools/dope.sh +++ b/opensaas-sh/tools/dope.sh @@ -140,7 +140,7 @@ recreate_derived_dir() { echo "DONE: generated ${DERIVED_DIR}/" - (cd "${DERIVED_DIR}" && git init -b main) + (cd "${DERIVED_DIR}" && git init -b main -q) if [ ${num_patches_failed} -gt 0 ]; then echo -e "${RED_COLOR}${num_patches_failed} patches failed, look into generated files for merge conflicts.${RESET_COLOR}"