mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
doc: rename doc directory to docs
This commit is contained in:
parent
3f4b4f378e
commit
fe85443b6c
27 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue