Skip to content

Commit

Permalink
Replace all ".md" with ".html" inside zwave files on generation (open…
Browse files Browse the repository at this point in the history
…hab#678)

Signed-off-by: Ben Clark <[email protected]>
  • Loading branch information
BClark09 authored and kaikreuzer committed May 22, 2018
1 parent af38f41 commit a69a154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update-external-resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ echo_process "Running Maven Clean Plugin... "
mvn clean
echo_process "Running Maven Package Plugin... "
mvn package

find ./_addons_bindings/zwave/ -name '*.md' -type f -exec sed -i 's/\.md)/\.html)/gI' {} \;

0 comments on commit a69a154

Please sign in to comment.