doc: rename doc directory to docs

This commit is contained in:
Elle Mouton 2024-06-10 12:33:53 -04:00
parent 3f4b4f378e
commit fe85443b6c
No known key found for this signature in database
GPG key ID: D7D916376026F177
27 changed files with 1 additions and 1 deletions

View file

@ -17,7 +17,7 @@ fi
# Ensure that the PR number at least shows up in the release notes folder under
# one of the contained milestones.
if ! grep -r -q "lightninglabs/lightning-terminal/pull/$PR_NUMBER" doc/release-notes; then
if ! grep -r -q "lightninglabs/lightning-terminal/pull/$PR_NUMBER" docs/release-notes; then
echo "PR $PR_NUMBER didn't update release notes"
exit 1
fi