Skip to content

Commit 3ed5915

Browse files
committed
style: all of ci should use underscores
1 parent 0db86f2 commit 3ed5915

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ tag: #: Make a git tag with the version number (see howto.txt).
230230
git push --follow-tags
231231

232232
update_rtd: #: Update ReadTheDocs with the versions to show
233-
python ci/update-rtfd.py $(RTD_PROJECT)
233+
python ci/update_rtfd.py $(RTD_PROJECT)
234234

235235
bump_version: #: Edit sources to bump the version after a release (see howto.txt).
236236
git switch -c nedbat/bump-version
File renamed without changes.

0 commit comments

Comments
 (0)