Skip to content

Commit

Permalink
build: fix sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
deweysasser committed Nov 9, 2022
1 parent ed684a1 commit 146be88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ CHANGELOG.md: .chglog/config.yml
git chglog $(LAST_RELEASE) >$@

.chglog/config.yml: go.mod
sed -i.bak -e "s/repository_url:.*/repository_url: $(REPO)/" $@
sed -i.bak -e "s|repository_url:.*|repository_url: $(REPO)|" $@

hooks: .git/hooks/pre-commit

Expand Down

0 comments on commit 146be88

Please sign in to comment.