Skip to content

Commit

Permalink
CXF-98497: Add dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
d-bhola committed Aug 12, 2024
1 parent 225b849 commit 932f824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
find examples -name "README.md" | while read file; do
dir_name=$(dirname "$file")
sed -i "s@EXAMPLE_PATH@dir_name@g" "$file"
sed -i "s@EXAMPLE_PATH@$dir_name@g" "$file"
sed -i "s@\.\.\/\.\.@equinix\/fabric\/equinix\/@" "$file"
done
Expand Down

0 comments on commit 932f824

Please sign in to comment.