From ed96d869540fe1726c7a66873598ca0bcf695e07 Mon Sep 17 00:00:00 2001 From: Joshua Graber Date: Mon, 10 Jun 2024 07:06:57 -0400 Subject: [PATCH] style(scripts): remove white space in docs output --- scripts/update-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-docs.sh b/scripts/update-docs.sh index a3dd2b3..c17de7f 100644 --- a/scripts/update-docs.sh +++ b/scripts/update-docs.sh @@ -20,7 +20,7 @@ done # create a commit, only if there are changes if git diff --quiet docs/$output_file; then - echo -e "No new component README files detected.\n Proceeding with push" + echo -e "No new component README files detected.\nProceeding with push" exit 0 else commit_msg="chore(docs): auto-update to component docs"