Skip to content

Commit 5c1e1ee

Browse files
fix(dev): Fix incorrect cue.sh path (#23953)
1 parent 5aa7244 commit 5c1e1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -euo pipefail
1111
# 2. In CI, ensuring that the .cue files are properly formatted.
1212

1313
ROOT=$(git rev-parse --show-toplevel)
14-
CUE="${ROOT}/website/scripts/cue.sh"
14+
CUE="${ROOT}/scripts/cue.sh"
1515

1616
read-all-docs() {
1717
${CUE} list | sort | xargs cat -et

0 commit comments

Comments
 (0)