Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 29a5115

Browse files
authored
Fix typo in chmod (#352)
Signed-off-by: Julien Pivotto <[email protected]>
1 parent 31b6eb0 commit 29a5115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
curl -sL --fail "${GIT_CHGLOG_URL}" -o 'git-chglog.tar.gz' && \
6969
sha256sum -c <(echo "${GIT_CHGLOG_SUM} git-chglog.tar.gz") && \
7070
tar -zvxf git-chglog.tar.gz git-chglog && \
71-
chhmod 755 git-chglog
71+
chmod 755 git-chglog
7272
- run: ./git-chglog --output CHANGELOG.md --next-tag "${NEW_TAG}"
7373
- run: git add CHANGELOG.md
7474
- run: git commit -m "[ci skip] Automatic changelog update"

0 commit comments

Comments
 (0)