Skip to content

Commit

Permalink
re-add MODULE_NAME in new template filler
Browse files Browse the repository at this point in the history
  • Loading branch information
carver committed Apr 25, 2018
1 parent d7ce110 commit 0dd03f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fill_template_vars.sh
Expand Up @@ -35,6 +35,7 @@ _replace() {
"${find_cmd[@]}" -exec sed -i "$1" {} +
fi
}
_replace "s/<MODULE_NAME>/$MODULE_NAME/g"
_replace "s/<PYPI_NAME>/$PYPI_NAME/g"
_replace "s/<REPO_NAME>/$REPO_NAME/g"
_replace "s/<RTD_NAME>/$RTD_NAME/g"
Expand Down

0 comments on commit 0dd03f0

Please sign in to comment.