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"