Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed Apr 20, 2021
1 parent 521a9c9 commit 8145e05
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 @@ -128,7 +128,7 @@ changelog: ; $(info $(M) generating changelog...) @ ## Generating CAHNGELOG.md
ifndef GITHUB_TOKEN
$(error GITHUB_TOKEN is undefined)
endif
$Q $(DOCKER) run -it --rm \
$Q $(DOCKER) run --rm \
-v $(CURDIR):/usr/local/src/app \
-w /usr/local/src/app ferrarimarco/github-changelog-generator \
--user doitintl --project secrets-init \
Expand Down

0 comments on commit 8145e05

Please sign in to comment.