]> git.phdru.name Git - cookiecutter.git/blobdiff - mk-project
Fix rename-project: fix only exiting files
[cookiecutter.git] / mk-project
index c23664ce5ee75d61d7b78c0436ffb235b627ed62..3195001195aacd1cdb3a9bc279bc3f931045eba2 100755 (executable)
@@ -14,7 +14,7 @@ cp -ap project_template "$HOME/tmp/$project_name" &&
 cd "$HOME/tmp/$project_name" &&
 mv project "$project_name" &&
 
-replace '{project}' "$project_name" .gitignore README.txt \
+replace '{project}' "$project_name" .gitignore README.rst \
    devscripts/README.html  docs/genapidocs docs/install.rst \
    mk-distr publish-docs setup.py tox.ini &&