Skip to content

Commit

Permalink
doc: Fix mistake in tag replace in zips (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Nov 17, 2023
1 parent b6114db commit 59f0a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-downloads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function sed_command() {
## Remove the tags used by Paradox snippets from the codebase in the current folder
function removeTags() {
## remove tags from code
find . -type f -print0 | xargs -0 $(sed_command) -i "s/\/\/ #//g"
find . -type f -print0 | xargs -0 $(sed_command) -i "s/\/\/ #.*//g"
}


Expand Down

0 comments on commit 59f0a6c

Please sign in to comment.