Skip to content

Commit dde6a9c

Browse files
committed
fix: Use correct path in docs templating script
1 parent cb7a404 commit dde6a9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/docs_templating.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ do
3939
done
4040

4141
# Ensure this script is executable
42-
chmod +x "docs/modules/hbase-operator/examples/getting_started/getting_started.sh" \
43-
|| chmod +x "docs/modules/hbase-operator/examples/getting_started/code/getting_started.sh" \
42+
chmod +x "docs/modules/hbase/examples/getting_started/getting_started.sh" \
43+
|| chmod +x "docs/modules/hbase/examples/getting_started/code/getting_started.sh" \
4444
|| true
4545

4646
echo "done"

0 commit comments

Comments
 (0)