Skip to content

Commit

Permalink
Fix sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Oct 18, 2024
1 parent aec155e commit e09bd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ END
base_path="${f//docs\/examples\//}"
escaped_header="${base_path//\//\\/}"
replacement_link="${escaped_header//odcs.yaml/md}"
sed -i '' -e "s/$escaped_header/$replacement_link/g" docs/examples/README.md
sed -i -e "s/$escaped_header/$replacement_link/g" docs/examples/README.md
done

0 comments on commit e09bd42

Please sign in to comment.