Skip to content

Commit

Permalink
style(scripts): remove white space in docs output
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Jun 10, 2024
1 parent 879e445 commit ed96d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ed96d86

Please sign in to comment.