Skip to content

Commit 573fb5b

Browse files
authored
Update docs_test.sh
1 parent 7b48cbd commit 573fb5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/docs_test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
DOCS_PATH="../setting-up/workload-onboarding"
3+
DOCS_PATH="setting-up/workload-onboarding"
44
YAML_FILES=($(find "$DOCS_PATH" -name "*.yaml"))
55

66
# Prepare commands.txt with the needed commands
@@ -71,4 +71,4 @@ echo "$results" | jq -c '.[]' | while IFS= read -r item; do
7171
else
7272
echo "Markdown file does not exist: $md_path"
7373
fi
74-
done
74+
done

0 commit comments

Comments
 (0)