Skip to content

Commit

Permalink
Update update_module.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Piszmog authored Oct 31, 2024
1 parent 1770397 commit 65d31d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ fi

new_module=$1

find . -type d -name .git -prune -o -type f -exec sed -i '' -e "s/my-new-mod/${new_module}/g" {} \;
find . -type d -name .git -prune -o -type f -exec sed -i '' -e "s|go-htmx-template|${new_module}|g" {} \;

0 comments on commit 65d31d5

Please sign in to comment.