Skip to content

Commit 762e4aa

Browse files
committed
fix: doc-freshness-check REPO_DIR path after move to scripts/verify/
1 parent 7465175 commit 762e4aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/verify/doc-freshness-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
set -euo pipefail
1212

13-
REPO_DIR="$(cd "$(dirname "$0")/.." && pwd)"
13+
REPO_DIR="$(cd "$(dirname "$0")/../.." && pwd)"
1414
STRICT=false
1515

1616
for arg in "$@"; do

0 commit comments

Comments
 (0)