Skip to content

Commit

Permalink
fix: slash
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Oct 12, 2023
1 parent 8f26781 commit 9121297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ find $SOURCEDIR . -name '*.md' -exec sed -i 's/{% endcode %}//g' {} +

# rename shopware/platform to shopware/shopware
find $SOURCEDIR . -name '*.md' -exec sed -i 's/shopware\/platform/shopware\/shopware/g' {} +
find $SOURCEDIR . -name '*.md' -exec sed -i 's/\/shopware\/src/\/platform\/src/g' {} +
find $SOURCEDIR . -name '*.md' -exec sed -i 's/platform\/src\//shopware\/src\//g' {} +

# add new line to the end of the file
find $SOURCEDIR . -name '*.md' -exec sed -i -e '$a\' {} +
Expand Down

0 comments on commit 9121297

Please sign in to comment.