Skip to content

Commit e6c29d9

Browse files
committed
UHF-11255: Fixed typo
1 parent 4c303d1 commit e6c29d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/project/init-project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHONY += init-project
22
init-project:
3-
@rm CHANGELOG.md README.md renovate.json .github/workflows/ci.yml tools/make/project/spell.mk
3+
@rm CHANGELOG.md README.md renovate.json .github/workflows/ci.yml tools/make/project/init-project.mk
44
@rm -r documentation/
55
@mv README.project.md README.md
66
@composer config --unset scripts.post-create-project-cmd

0 commit comments

Comments
 (0)